DBA Data[Home] [Help]

APPS.PQP_PERASGADD_RIW dependencies on HR_APPLICANT_API

Line 5164: HR_Applicant_API.Hire_Applicant

5160: g_per_rec.object_version_number := l_cur_per_rec.object_version_number;
5161: if l_tot_appl_asgs = 1 then
5162: -- As the person has only one applicant assignment then hire person so that
5163: -- the person type now becomes EMP
5164: HR_Applicant_API.Hire_Applicant
5165: (p_validate => false
5166: ,p_hire_date => l_effective_date
5167: ,p_person_id => l_cur_per_rec.person_id
5168: ,p_assignment_id => p_assignment_id

Line 5753: HR_Applicant_API.Create_Applicant

5749: if p_action_mode ='CREATE_APPLICANT' then
5750:
5751: --hr_utility.trace('Before CREATE_APPLICANT');
5752:
5753: HR_Applicant_API.Create_Applicant
5754: (p_validate => p_validate
5755: ,p_date_received => g_per_rec.start_date
5756: ,p_business_group_id => g_per_rec.business_group_id
5757: ,p_last_name => g_per_rec.last_name

Line 5925: HR_Applicant_API.Convert_To_Applicant

5921: -- Setting the person type to APL_EX_APL, EX_EMP_APL or APL
5922: -- Creating an application, Creating a default application
5923: -- assignment.
5924: --
5925: HR_Applicant_API.Convert_To_Applicant
5926: (p_validate => p_validate
5927: ,p_effective_date => g_per_rec.start_date
5928: ,p_person_id => g_per_rec.person_id
5929: ,p_object_version_number => g_per_rec.object_version_number

Line 6019: HR_Applicant_API.Apply_For_Job_Anytime

6015: g_add_rec.date_to := null;
6016:
6017: elsif p_action_mode = 'APPLY_FOR_JOB' then
6018:
6019: HR_Applicant_API.Apply_For_Job_Anytime
6020: (p_validate => p_validate
6021: ,p_effective_date => g_per_rec.start_date
6022: ,p_person_id => g_per_rec.person_id
6023: --,p_vacancy_id => g_per_rec.vacancy_id