DBA Data[Home] [Help]

APPS.PER_PER_BUS dependencies on PER_ASSIGNMENTS_F

Line 820: from per_assignments_f asg

816: l_system_person_type varchar2(20); --2273304
817: --
818: cursor csr_asg is
819: select null
820: from per_assignments_f asg
821: where asg.person_id = p_person_id
822: and asg.effective_start_date <= p_validation_end_date
823: and asg.effective_end_date >= p_validation_start_date
824: and asg.payroll_id is not null;