DBA Data[Home] [Help]

APPS.GHR_SF52_DO_UPDATE dependencies on HR_APPLICANT_API

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

2842: --
2843: l_pa_request_rec ghr_pa_requests%rowtype;
2844: l_proc varchar2(70) := 'Process_family';
2845: l_hr_person_api_update varchar2(1) := 'N';
2846: l_hr_applicant_api_hire varchar2(1) := 'N';
2847: l_employee_api_update_criteria varchar2(1) := 'N';
2848: l_hr_employee_api_hire_ex varchar2(1) := 'N';
2849: l_hr_applicant_api_create_sec varchar2(1) := 'N';
2850: l_hire_employee varchar2(1) := 'N';

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

2845: l_hr_person_api_update varchar2(1) := 'N';
2846: l_hr_applicant_api_hire varchar2(1) := 'N';
2847: l_employee_api_update_criteria varchar2(1) := 'N';
2848: l_hr_employee_api_hire_ex varchar2(1) := 'N';
2849: l_hr_applicant_api_create_sec varchar2(1) := 'N';
2850: l_hire_employee varchar2(1) := 'N';
2851: l_create_address varchar2(1) := 'N';
2852: l_update_address varchar2(1) := 'N';
2853: l_update_person varchar2(1) := 'N';

Line 3708: l_hr_applicant_api_hire := 'Y';

3704: end if;
3705:
3706: If l_person_type = 'APL' then -- and the action is not correction
3707: hr_utility.set_location(l_proc,20);
3708: l_hr_applicant_api_hire := 'Y';
3709: l_update_mode := 'CORRECTION';
3710: l_activate_flag := 'Y';
3711: End if;
3712: --Bug# 6711759 Included the person type EX_EMP_APL

Line 3956: If l_hr_applicant_api_hire = 'Y' or

3952: -- ***********
3953:
3954: -- Fetch OVN for per_people_f, while processing hire_applicant and name change
3955:
3956: If l_hr_applicant_api_hire = 'Y' or
3957: l_rehire_ex_emp = 'Y' or
3958: l_update_person = 'Y' then
3959: l_per_object_version_number := null;
3960: For ovn in per_ovn loop

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

3976:
3977: -- Hire Applicant
3978:
3979:
3980: If l_hr_applicant_api_hire = 'Y' and l_session.noa_id_correct is null then
3981: hr_utility.set_location(l_proc,75);
3982: hr_utility.set_location('Emp number is ' || l_per_hire_employee_number,1);
3983: begin
3984: savepoint hire_app;

Line 3985: hr_applicant_api.hire_applicant

3981: hr_utility.set_location(l_proc,75);
3982: hr_utility.set_location('Emp number is ' || l_per_hire_employee_number,1);
3983: begin
3984: savepoint hire_app;
3985: hr_applicant_api.hire_applicant
3986: (P_HIRE_DATE => g_effective_date
3987: ,P_PERSON_ID => p_pa_request_rec.person_id
3988: ,P_ASSIGNMENT_ID => l_assignment_id
3989: ,P_PER_OBJECT_VERSION_NUMBER => l_per_object_version_number