DBA Data[Home] [Help]

APPS.HR_ENTRY_API dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 7993: pay_element_classifications ec

7989: into v_entry_rec
7990: from pay_element_entries_f ee,
7991: pay_element_links_f el,
7992: pay_element_types_f et,
7993: pay_element_classifications ec
7994: where ee.element_entry_id = p_element_entry_id
7995: and el.element_link_id = ee.element_link_id
7996: and et.element_type_id = el.element_type_id
7997: and ec.classification_id = et.classification_id