DBA Data[Home] [Help]

APPS.PQP_US_FF_FUNCTIONS dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 494: ,pay_element_classifications pec

490: SELECT 'x'
491: FROM pay_element_entries_f pee
492: ,pay_element_links_f pel
493: ,pay_element_types_f pet
494: ,pay_element_classifications pec
495: WHERE pee.assignment_id = p_assignment_id
496: AND pee.element_link_id = pel.element_link_id
497: AND pel.element_type_id = pet.element_type_id
498: AND pet.classification_id = pec.classification_id