Derived First Manager#

Functionality:#

This function retrieves the P2K_HR_IDENTITIES ID for the derived first manager for the assignment detail identified, following the derived first manager logic

Parameters:#

EASD_ID The actual ID for the assignment detail you are looking at

Returns: #

Number The EID_ID of the derived first manager

Errors: #

None

Example: #

P2K_PU.FIRST_MGR(~)

Will return the EID_ID for the employee's first manager.

P2K_PU.EID(P2K_PU.FIRST_MGR(~),'NAME')

Will return the name from P2K_PU.EID for the first manager


Notes#

Click to create a new notes page