DBA Data[Home] [Help]

APPS.PAY_JP_PRE_TAX_ARCHIVE dependencies on PER_ALL_ASSIGNMENTS_F

Line 143: per_all_assignments_f asg

139: from (
140: select /* Removed the hint as per Bug# 4767118 */
141: distinct asg.assignment_id
142: from per_periods_of_service pds,
143: per_all_assignments_f asg
144: where pds.person_id
145: between p_start_person_id and p_end_person_id
146: and pds.business_group_id + 0 = p_business_group_id
147: and asg.period_of_service_id = pds.period_of_service_id