DBA Data[Home] [Help]

APPS.HR_ENTRY_API dependencies on PAY_ASSIGNMENT_LINK_USAGES_F

Line 2196: from pay_assignment_link_usages_f alu

2192: and (el.employment_category is null or
2193: el.employment_category = asg.employment_category)
2194: and (el.people_group_id is null or exists
2195: (select null
2196: from pay_assignment_link_usages_f alu
2197: where alu.assignment_id = asg.assignment_id
2198: and alu.element_link_id = el.element_link_id
2199: and p_session_date between alu.effective_start_date
2200: and alu.effective_end_date));