DBA Data[Home] [Help]

APPS.HR_CONTINGENT_WORKER_API dependencies on PER_PDP_UPD

Line 2426: -- ladder order invokes an error in per_pdp_upd.upd due to the person

2422: hr_utility.set_location(l_proc, 240);
2423: --
2424: -- Lock the person record in PER_PEOPLE_F ready for UPDATE at a later point.
2425: -- (Note: This is necessary because calling the table handlers in locking
2426: -- ladder order invokes an error in per_pdp_upd.upd due to the person
2427: -- being modified by the per_per_upd.upd table handler.)
2428: --
2429: l_datetrack_mode := 'UPDATE';
2430:

Line 2461: per_pdp_upd.upd

2457: --
2458: -- Update actual termination date and last standard process date in
2459: -- periods of placement table.
2460:
2461: per_pdp_upd.upd
2462: (p_effective_date => p_actual_termination_date + 1
2463: ,p_object_version_number => l_pdp_object_version_number
2464: ,p_person_id => l_person_id
2465: ,p_date_start => l_date_start

Line 2950: per_pdp_upd.upd

2946: -- Not implemented yet due to outstanding issues.
2947: --
2948: -- Update final process date in periods of placement table.
2949: --
2950: per_pdp_upd.upd
2951: (p_person_id => p_person_id
2952: ,p_date_start => p_date_start
2953: ,p_final_process_date => l_final_process_date
2954: ,p_object_version_number => l_object_version_number