DBA Data[Home] [Help]

APPS.PER_PEOPLE11_PKG dependencies on PER_HRTCA_MERGE

Line 555: per_hrtca_merge.create_tca_person(p_rec => l_person);

551: /* BEGIN OF WWBUG 1975359 */
552: /* ------------------------------------------------
553: -- BEGIN TCA_UNMERGE CHANGES
554: --
555: per_hrtca_merge.create_tca_person(p_rec => l_person);
556: --
557: hr_utility.set_location('Updating party id',10);
558: --
559: -- Now assign the resulting party id back to the record.

Line 841: per_hrtca_merge.update_tca_person(p_Rec => l_tca_person_rec);

837:
838: if csr_tca_person%found then
839: hr_utility.set_location('TCA Call per_people11_pkg.delete_row1',45);
840:
841: per_hrtca_merge.update_tca_person(p_Rec => l_tca_person_rec);
842:
843: hr_utility.set_location('After TCA Call per_people11_pkg.delete_row1',50);
844: end if;
845: close csr_tca_person;