DBA Data[Home] [Help]

APPS.GHR_SF52_DO_UPDATE dependencies on HR_APPLICANT_API

Line 3050: l_hr_applicant_api_hire varchar2(1) := 'N';

3046: --
3047: l_pa_request_rec ghr_pa_requests%rowtype;
3048: l_proc varchar2(70) := 'Process_family';
3049: l_hr_person_api_update varchar2(1) := 'N';
3050: l_hr_applicant_api_hire varchar2(1) := 'N';
3051: l_employee_api_update_criteria varchar2(1) := 'N';
3052: l_hr_employee_api_hire_ex varchar2(1) := 'N';
3053: l_hr_applicant_api_create_sec varchar2(1) := 'N';
3054: l_hire_employee varchar2(1) := 'N';

Line 3053: l_hr_applicant_api_create_sec varchar2(1) := 'N';

3049: l_hr_person_api_update varchar2(1) := 'N';
3050: l_hr_applicant_api_hire varchar2(1) := 'N';
3051: l_employee_api_update_criteria varchar2(1) := 'N';
3052: l_hr_employee_api_hire_ex varchar2(1) := 'N';
3053: l_hr_applicant_api_create_sec varchar2(1) := 'N';
3054: l_hire_employee varchar2(1) := 'N';
3055: l_create_address varchar2(1) := 'N';
3056: l_update_address varchar2(1) := 'N';
3057: l_update_person varchar2(1) := 'N';

Line 3937: l_hr_applicant_api_hire := 'Y';

3933: end if;
3934:
3935: If l_person_type = 'APL' then -- and the action is not correction
3936: hr_utility.set_location(l_proc,20);
3937: l_hr_applicant_api_hire := 'Y';
3938: l_update_mode := 'CORRECTION';
3939: l_activate_flag := 'Y';
3940: End if;
3941: --Bug# 6711759 Included the person type EX_EMP_APL

Line 4184: If l_hr_applicant_api_hire = 'Y' or

4180: -- ***********
4181:
4182: -- Fetch OVN for per_people_f, while processing hire_applicant and name change
4183:
4184: If l_hr_applicant_api_hire = 'Y' or
4185: l_rehire_ex_emp = 'Y' or
4186: l_update_person = 'Y' then
4187: l_per_object_version_number := null;
4188: For ovn in per_ovn loop

Line 4208: If l_hr_applicant_api_hire = 'Y' and l_session.noa_id_correct is null then

4204:
4205: -- Hire Applicant
4206:
4207:
4208: If l_hr_applicant_api_hire = 'Y' and l_session.noa_id_correct is null then
4209: hr_utility.set_location(l_proc,75);
4210: hr_utility.set_location('Emp number is ' || l_per_hire_employee_number,1);
4211: begin
4212: savepoint hire_app;

Line 4213: hr_applicant_api.hire_applicant

4209: hr_utility.set_location(l_proc,75);
4210: hr_utility.set_location('Emp number is ' || l_per_hire_employee_number,1);
4211: begin
4212: savepoint hire_app;
4213: hr_applicant_api.hire_applicant
4214: (P_HIRE_DATE => g_effective_date
4215: ,P_PERSON_ID => p_pa_request_rec.person_id
4216: ,P_ASSIGNMENT_ID => l_assignment_id
4217: ,P_PER_OBJECT_VERSION_NUMBER => l_per_object_version_number