DBA Data[Home] [Help]

APPS.PAY_JP_DEF_ARCHIVE dependencies on PER_ALL_ASSIGNMENTS_F

Line 186: from per_all_assignments_f asg,

182: l_assignment_action_id number;
183: --
184: cursor csr_asg is
185: select asg.assignment_id
186: from per_all_assignments_f asg,
187: per_periods_of_service pds
188: where pds.person_id
189: between p_start_person_id and p_end_person_id
190: and pds.business_group_id + 0 = g_business_group_id