P 2 K_PU.GET_EID
Back to current versionRestore this version

Get Employee EID_ID value#

Functionality:#

This function retrieves the ID for P2K_HR_IDENTITIES

Parameters:#

PERSON_CODE Optional. The PERSON_CODE for the employee.
GOVERNMENT_CODE Optional. The GOVERNMENT_CODE for the employee.

Returns: #

Numeric

Errors: #

Example: #

P2K_PU.GET_EID(~)

will get the EID_ID value for the passed person code

P2K_PU.GET_EID(0,~)

will get the EID_ID value for the passed government code. Note that the first parameter is optional, but must still contain a value.

Notes#