DBA Data[Home] [Help]

APPS.PAY_FF_FUNCTIONS dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 1089: pay_element_classifications pec

1085: pec.classification_name
1086: from pay_element_entries_f pee,
1087: pay_element_links_f pel,
1088: pay_element_types_f pet,
1089: pay_element_classifications pec
1090: where pee.element_entry_id = cp_original_entry_id
1091: and pel.element_link_id = pee.element_link_id
1092: and pel.element_type_id = pet.element_type_id
1093: and pec.classification_id = pet.classification_id