DBA Data[Home] [Help]

APPS.PAY_CN_ENTRY_VALUE_LEG_HOOK dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 421: ,pay_element_classifications pec

417: ,'0')
418: ,pet.element_name
419: FROM pay_element_types_f pet
420: ,pay_element_entries_f pee
421: ,pay_element_classifications pec
422: WHERE pet.element_type_id = pee.element_type_id
423: AND pee.element_entry_id = p_element_entry_id
424: AND pec.classification_id = pet.classification_id
425: AND pec.classification_name = 'PHF and SI Information'