DBA Data[Home] [Help]

APPS.HR_EMPLOYEE_API dependencies on PER_PER_UPD

Line 3012: per_per_upd.upd

3008: -- PTU : End
3009:
3010: -- update the person re-hiring as an employee as of the hire date
3011: --
3012: per_per_upd.upd
3013: (p_person_id => p_person_id,
3014: p_person_type_id => l_person_type_id1,
3015: p_effective_date => l_hire_date,
3016: p_datetrack_mode => l_datetrack_mode,

Line 4163: per_per_upd.upd

4159: -- PTU : End
4160:
4161: -- Update the person details to the new person type
4162: --
4163: per_per_upd.upd
4164: (p_person_id => p_person_id
4165: ,p_effective_start_date => l_per_effective_start_date
4166: ,p_effective_end_date => l_per_effective_end_date
4167: ,p_person_type_id => l_person_type_id1