DBA Data[Home] [Help]

APPS.HR_PERSON_TYPE_USAGE_INFO dependencies on HR_GENERAL

Line 783: ,hr_general.decode_lookup('HR_PTU_ACTION_TYPES',pff.result) meaning

779: action list is further restricted based on the CustomForm entrires.*/
780:
781: CURSOR csr_get_actions IS
782: select distinct pff.result action
783: ,hr_general.decode_lookup('HR_PTU_ACTION_TYPES',pff.result) meaning
784: from per_form_functions pff
785: where pff.form = 'PERWSEPI'
786: and pff.function = 'ACTION_RESTRICTIONS'
787: and ((p_person_id is null and pff.input is null)