DBA Data[Home] [Help]

APPS.BEN_COLLAPSE_LIFE_EVENTS dependencies on PER_ASSIGNMENTS_F

Line 190: from per_assignments_f paf

186: l_ler_id number;
187: --
188: cursor c_get_person is
189: select paf.person_id
190: from per_assignments_f paf
191: where paf.assignment_id = p_assignment_id
192: and paf.primary_flag = 'Y'
193: and l_effective_date
194: between paf.effective_start_date