DBA Data[Home] [Help]

APPS.HR_EMPLOYEE_API dependencies on PER_PER_UPD

Line 3324: per_per_upd.upd

3320: -- PTU : End
3321:
3322: -- update the person re-hiring as an employee as of the hire date
3323: --
3324: per_per_upd.upd
3325: (p_person_id => p_person_id,
3326: p_person_type_id => l_person_type_id1,
3327: p_effective_date => l_hire_date,
3328: p_datetrack_mode => l_datetrack_mode,

Line 4496: per_per_upd.upd

4492:
4493:
4494: -- Update the person details to the new person type
4495: --
4496: per_per_upd.upd
4497: (p_person_id => p_person_id
4498: ,p_effective_start_date => l_per_effective_start_date
4499: ,p_effective_end_date => l_per_effective_end_date
4500: ,p_person_type_id => l_person_type_id1