DBA Data[Home] [Help]

APPS.PQP_PERASGADD_RIW dependencies on HR_APPLICANT_API

Line 5500: HR_Applicant_API.Hire_Applicant

5496: g_per_rec.object_version_number := l_cur_per_rec.object_version_number;
5497: if l_tot_appl_asgs = 1 then
5498: -- As the person has only one applicant assignment then hire person so that
5499: -- the person type now becomes EMP
5500: HR_Applicant_API.Hire_Applicant
5501: (p_validate => false
5502: ,p_hire_date => l_effective_date
5503: ,p_person_id => l_cur_per_rec.person_id
5504: ,p_assignment_id => p_assignment_id

Line 6089: HR_Applicant_API.Create_Applicant

6085: if p_action_mode ='CREATE_APPLICANT' then
6086:
6087: --hr_utility.trace('Before CREATE_APPLICANT');
6088:
6089: HR_Applicant_API.Create_Applicant
6090: (p_validate => p_validate
6091: ,p_date_received => g_per_rec.start_date
6092: ,p_business_group_id => g_per_rec.business_group_id
6093: ,p_last_name => g_per_rec.last_name

Line 6261: HR_Applicant_API.Convert_To_Applicant

6257: -- Setting the person type to APL_EX_APL, EX_EMP_APL or APL
6258: -- Creating an application, Creating a default application
6259: -- assignment.
6260: --
6261: HR_Applicant_API.Convert_To_Applicant
6262: (p_validate => p_validate
6263: ,p_effective_date => g_per_rec.start_date
6264: ,p_person_id => g_per_rec.person_id
6265: ,p_object_version_number => g_per_rec.object_version_number

Line 6355: HR_Applicant_API.Apply_For_Job_Anytime

6351: g_add_rec.date_to := null;
6352:
6353: elsif p_action_mode = 'APPLY_FOR_JOB' then
6354:
6355: HR_Applicant_API.Apply_For_Job_Anytime
6356: (p_validate => p_validate
6357: ,p_effective_date => g_per_rec.start_date
6358: ,p_person_id => g_per_rec.person_id
6359: --,p_vacancy_id => g_per_rec.vacancy_id