DBA Data[Home] [Help]

APPS.PAY_JP_PRE_TAX_ARCHIVE dependencies on PER_PERIODS_OF_SERVICE

Line 142: from per_periods_of_service pds,

138: paa.assignment_action_id
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