DBA Data[Home] [Help]

APPS.HR_PERSON_API dependencies on PER_PER_UPD

Line 437: check raises erroneous errors. Comment out nocopy also person_type_id in the call to per_per_upd

433: --
434: /*
435: This is obsolete. With introduction of Contingent Workers using the PTU model
436: (ie per_all_people_f stores only a person type of OTHER) this
437: check raises erroneous errors. Comment out nocopy also person_type_id in the call to per_per_upd
438: This ensures that PT is unchanged on per_all_people_f
439: Instead added validation before the PTU call below.
440:
441: if p_person_type_id <> hr_api.g_number then

Line 465: per_per_upd.upd

461: end if;
462: --
463: -- Update the person record
464: --
465: per_per_upd.upd
466: (p_person_id => p_person_id
467: ,p_effective_start_date => l_effective_start_date
468: ,p_effective_end_date => l_effective_end_date
469: -- ,p_person_type_id => l_person_type_id1