DBA Data[Home] [Help]

APPS.HR_ENTRY_API dependencies on PAY_ASSIGNMENT_LINK_USAGES_F

Line 2194: from pay_assignment_link_usages_f alu

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