How can be drive the payroll payment status out of payroll action? — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How can be drive the payroll payment status out of payroll action?

In HCM hr_pre_pay.payment_status () Oracle prebuilt function is driven this logic, please find below the sample logic for that: SELECT lk2.meaning FROM hcm_lookups lk2 WHERE 1 = 1 AND lk2.lookup_type = 'PAY_STATUS' AND lk2.lookup_code = hr_pre_pay.payment_status(ppra.payroll_rel_action_id, ppa.action_type) can someone kindly provide the functionality technical logic of the above mentioned function.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!