DBA Data[Home] [Help]

APPS.HR_ENTRY dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 3138: pay_element_classifications ec

3134: v_element_name,
3135: v_classification_name
3136: from pay_element_links_f el,
3137: pay_element_types_f et,
3138: pay_element_classifications ec
3139: where el.element_link_id = p_element_link_id
3140: and et.element_type_id = el.element_type_id
3141: and et.classification_id = ec.classification_id
3142: and p_session_date between el.effective_start_date