DBA Data[Home] [Help]

APPS.HR_ENTRY_API dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 8009: pay_element_classifications ec

8005: into v_entry_rec
8006: from pay_element_entries_f ee,
8007: pay_element_links_f el,
8008: pay_element_types_f et,
8009: pay_element_classifications ec
8010: where ee.element_entry_id = p_element_entry_id
8011: and el.element_link_id = ee.element_link_id
8012: and et.element_type_id = el.element_type_id
8013: and ec.classification_id = et.classification_id