DBA Data[Home] [Help]

APPS.PAY_JP_DEF_ARCHIVE dependencies on PER_ALL_ASSIGNMENTS_F

Line 198: from per_all_assignments_f asg,

194: l_assignment_action_id number;
195: --
196: cursor csr_asg is
197: select asg.assignment_id
198: from per_all_assignments_f asg,
199: per_periods_of_service pds
200: where pds.person_id
201: between p_start_person_id and p_end_person_id
202: and pds.business_group_id + 0 = g_business_group_id