P2K_PMFORM.GET_ORG_LEVEL_CODE #

Functionality#

Retrieves the ORG_LEVEL_CODE associated with a department, for a particular organization level type.

Parameters: #

DDP_ID The ID of the Department that you are examining
OL_TYPE The Org Level Type (the saved value from the X_ORG_LEVEL_TYPE lexicon) that you want to know about

Returns: #

Varchar2(16)

Errors: #

None

Operations: #

This function will examine the department, and return what is the ORG_LEVEL_CODE (defined on IDOL) for that org level type If the department has not been associated to an org level code of that type, NULL is returned.

Example:#

p2k_pmform.get_org_level_code(~,'02')


Notes #

Click to create a new notes page