DBA Data[Home] [Help]

APPS.HR_ENTRY dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 2862: pay_element_classifications ec

2858: v_element_name,
2859: v_classification_name
2860: from pay_element_links_f el,
2861: pay_element_types_f et,
2862: pay_element_classifications ec
2863: where el.element_link_id = p_element_link_id
2864: and et.element_type_id = el.element_type_id
2865: and et.classification_id = ec.classification_id
2866: and p_session_date between el.effective_start_date