DBA Data[Home] [Help]

APPS.HR_EX_EMPLOYEE_API dependencies on PER_PEOPLE_F

Line 626: l_applicant_number per_people_f.applicant_number%TYPE;

622: l_effective_date date;
623: l_effective_end_date per_assignments_f.effective_end_date%TYPE;
624: l_effective_start_date per_assignments_f.effective_start_date%TYPE;
625: l_employee_number per_all_people_f.employee_number%TYPE;
626: l_applicant_number per_people_f.applicant_number%TYPE;
627: l_npw_number per_people_f.npw_number%TYPE;
628: l_exists varchar2(1);
629: l_full_name per_all_people_f.full_name%TYPE;
630: l_legislation_code per_business_groups.legislation_code%TYPE;

Line 627: l_npw_number per_people_f.npw_number%TYPE;

623: l_effective_end_date per_assignments_f.effective_end_date%TYPE;
624: l_effective_start_date per_assignments_f.effective_start_date%TYPE;
625: l_employee_number per_all_people_f.employee_number%TYPE;
626: l_applicant_number per_people_f.applicant_number%TYPE;
627: l_npw_number per_people_f.npw_number%TYPE;
628: l_exists varchar2(1);
629: l_full_name per_all_people_f.full_name%TYPE;
630: l_legislation_code per_business_groups.legislation_code%TYPE;
631: l_max_tpe_end_date per_assignments_f.effective_end_date%TYPE;

Line 643: l_per_effective_start_date per_people_f.effective_start_date%TYPE;

639: l_proc varchar2(72)
640: := g_package || 'actual_termination_emp';
641: l_system_person_type per_person_types.system_person_type%TYPE;
642: l_system_person_type1 per_person_types.system_person_type%TYPE;
643: l_per_effective_start_date per_people_f.effective_start_date%TYPE;
644: l_datetrack_mode varchar2(30);
645: l_validation_start_date date;
646: l_validation_end_date date;
647: l_actual_termination_date date;

Line 1339: -- Lock the person record in PER_PEOPLE_F ready for UPDATE at a later point.

1335: end if;
1336: --
1337: hr_utility.set_location(l_proc, 280);
1338: --
1339: -- Lock the person record in PER_PEOPLE_F ready for UPDATE at a later point.
1340: -- (Note: This is necessary because calling the table handlers in locking
1341: -- ladder order invokes an error in per_pds_upd.upd due to the person
1342: -- being modified by the per_per_upd.upd table handler.)
1343: --