DBA Data[Home] [Help]

APPS.HR_PERSON_TYPE_USAGE_INFO dependencies on HR_GENERAL

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

710: action list is further restricted based on the CustomForm entrires.*/
711:
712: CURSOR csr_get_actions IS
713: select distinct pff.result action
714: ,hr_general.decode_lookup('HR_PTU_ACTION_TYPES',pff.result) meaning
715: from per_form_functions pff
716: where pff.form = 'PERWSEPI'
717: and pff.function = 'ACTION_RESTRICTIONS'
718: and ((p_person_id is null and pff.input is null)