DBA Data[Home] [Help]

APPS.HR_PERIODS_OF_SERVICE_API dependencies on PER_PER_UPD

Line 550: -- Invoke per_per_upd.upd only to update Date of Death in per_all_people_f ONLY

546: loop
547: fetch csr_get_per_rec into l_per_rec;
548: exit when csr_get_per_rec%NOTFOUND ;
549:
550: -- Invoke per_per_upd.upd only to update Date of Death in per_all_people_f ONLY
551: -- when leaving reason has been set to Deceased and Date of Death has NOT been
552: -- previously set.
553:
554: -- per_per_upd.upd updates the Date of Death to Actual Termination Date(ATD)

Line 554: -- per_per_upd.upd updates the Date of Death to Actual Termination Date(ATD)

550: -- Invoke per_per_upd.upd only to update Date of Death in per_all_people_f ONLY
551: -- when leaving reason has been set to Deceased and Date of Death has NOT been
552: -- previously set.
553:
554: -- per_per_upd.upd updates the Date of Death to Actual Termination Date(ATD)
555:
556: if (l_per_rec.date_of_death is null) then
557: hr_utility.set_location('Update PER Details ',920);
558: per_per_upd.upd

Line 558: per_per_upd.upd

554: -- per_per_upd.upd updates the Date of Death to Actual Termination Date(ATD)
555:
556: if (l_per_rec.date_of_death is null) then
557: hr_utility.set_location('Update PER Details ',920);
558: per_per_upd.upd
559: (p_person_id => l_pds_rec.person_id
560: ,p_effective_start_date => l_per_rec.effective_start_date
561: ,p_effective_end_date => l_per_rec.effective_end_date
562: ,p_person_type_id => l_per_rec.person_type_id