P 2 K_PU.PPH

Pay Header Information#

Functionality:#

This function retrieves information as seen on IPPH, given a pay header ID

Parameters:#

PPH_ID The actual ID for the pay header you are getting data for
WHAT Identifies which element of the pay header you wish to retrieve

WHAT Parameter Values#

Returns: #

Varchar2 (regardless of the type of data being requested)

Errors: #

Example: #

P2K_PU.PPH(~,'PRIOR-REG PAY') - Using Pay header ID as the first parameter (~)

Will return the ID for the first pay in category REG PAY for that employee, prior to Pay Header identified by the ID

P2K_PU.PPH(~,'LAST-PC910') - Using Pay header ID as the first parameter (~)

Will return the ID for the first pay prior to the Pay Header identified by the ID that has PC 910 in the Pay Amounts tab.

Notes#

Click to create a new notes page