DBA Data[Home] [Help]

APPS.PER_PER_INS dependencies on PER_HRTCA_MERGE

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

489: null;
490: /* commented out as part of the TCA unmerge enhancement
491: this is handled in per_person_type_usage_internal.maintain_person_type_usag
492: --
493: per_hrtca_merge.create_tca_person(p_rec => l_person);
494: --
495: hr_utility.set_location('Updating party id',10);
496: --
497: -- Now assign the resulting party id back to the record.

Line 509: per_hrtca_merge.update_tca_person(p_rec => l_person);

505: End of comment for tca unmerge
506: */
507: else
508: --
509: per_hrtca_merge.update_tca_person(p_rec => l_person);
510: --
511: hr_utility.set_location('Updating party id',10);
512: --
513: end if;