DBA Data[Home] [Help]

APPS.HR_EMPLOYEE_APPLICANT_API dependencies on PER_APL_UPD

Line 2295: -- ladder order invokes an error in per_apl_upd.upd due to the person

2291:
2292: --
2293: -- Lock the person record in PER_ALL_PEOPLE_F ready for UPDATE at a later point.
2294: -- (Note: This is necessary because calling the table handlers in locking
2295: -- ladder order invokes an error in per_apl_upd.upd due to the person
2296: -- being modified by the per_per_upd.upd table handler.)
2297: if l_per_effective_start_date=l_hire_date then
2298: l_datetrack_update_mode:='CORRECTION';
2299: else

Line 2318: per_apl_upd.upd

2314: -- Update the application details by calling the upd procedure in the
2315: -- application table handler:
2316: -- Date_end is set to l_hire_date - 1;
2317: --
2318: per_apl_upd.upd
2319: (p_application_id => l_application_id
2320: ,p_date_end => l_hire_date - 1
2321: ,p_object_version_number => l_apl_object_version_number
2322: ,p_effective_date => l_hire_date-1

Line 4825: -- ladder order invokes an error in per_apl_upd.upd due to the person

4821:
4822:
4823: -- Lock the person record in PER_ALL_PEOPLE_F ready for UPDATE at a later point.
4824: -- (Note: This is necessary because calling the table handlers in locking
4825: -- ladder order invokes an error in per_apl_upd.upd due to the person
4826: -- being modified by the per_per_upd.upd table handler.)
4827: if l_per_effective_start_date=l_hire_date then
4828: l_datetrack_update_mode:='CORRECTION';
4829: else

Line 4859: per_apl_upd.upd

4855: ------ SSHR Enhancement (Bug # 8536819)-------
4856: -- If there are no aaplication other than the one into which we are hiring
4857: -- then need to close the application. Added the below IF.
4858: if not l_appl_present then
4859: per_apl_upd.upd
4860: (p_application_id => l_application_id
4861: ,p_date_end => l_hire_date - 1
4862: ,p_object_version_number => l_apl_object_version_number
4863: ,p_effective_date => l_hire_date-1