DBA Data[Home] [Help]

APPS.PAY_JP_PRE_TAX_ARCHIVE dependencies on PER_ALL_ASSIGNMENTS_F

Line 152: per_all_assignments_f asg

148: from (
149: select /* Removed the hint as per Bug# 4767118 */
150: distinct asg.assignment_id
151: from per_periods_of_service pds,
152: per_all_assignments_f asg
153: where pds.person_id
154: between p_start_person_id and p_end_person_id
155: and pds.business_group_id + 0 = p_business_group_id
156: and asg.period_of_service_id = pds.period_of_service_id