DBA Data[Home] [Help]

APPS.BEN_EXT_ENRT_SPCL dependencies on PER_ALL_ASSIGNMENTS_F

Line 295: per_all_assignments_f asg

291:
292: cursor plcy_c (l_pl_id Number , l_asg_id number) is
293: select ppl.plcy_r_grp
294: from ben_popl_org_f ppl,
295: per_all_assignments_f asg
296: where pl_id = l_pl_id
297: and plcy_r_grp is not null
298: and asg.assignment_id = l_asg_id
299: and ppl.organization_id = asg.organization_id

Line 319: from per_all_assignments_f asg

315: and ppr.effective_end_date;
316: --
317: cursor c_prtt_asg is
318: select assignment_id
319: from per_all_assignments_f asg
320: where person_id = p_prtt_person_id
321: and p_effective_date between asg.effective_start_date
322: and asg.effective_end_date
323: and asg.primary_flag = 'Y' ;