DBA Data[Home] [Help]

APPS.PER_PEOPLE12_PKG dependencies on HR_EMPLOYEE_APPLICANT_API

Line 196: l_table HR_EMPLOYEE_APPLICANT_API.t_ApplTable;

192:
193: ) is
194: l_sys_per_type varchar2(150);
195: l_current_apl varchar2(150);
196: l_table HR_EMPLOYEE_APPLICANT_API.t_ApplTable;
197: begin
198: l_sys_per_type := p_system_person_type;
199: l_current_apl := p_current_applicant_flag;
200:

Line 539: ,p_tab IN OUT NOCOPY HR_EMPLOYEE_APPLICANT_API.t_ApplTable

535: ,p_npw_number IN OUT NOCOPY VARCHAR2
536: ,p_current_npw_flag VARCHAR2
537: -- Start new code for bug 2264569 ****************************
538: -- added pl/sql table
539: ,p_tab IN OUT NOCOPY HR_EMPLOYEE_APPLICANT_API.t_ApplTable
540: -- End new code for bug 2264569 ******************************
541: ,p_order_name IN VARCHAR2
542: ,p_global_name IN VARCHAR2
543: ,p_local_name IN VARCHAR2

Line 1266: if hr_employee_applicant_api.retain_exists(p_tab) then

1262: -- p_actual_termination_date => p_effective_start_date-1);
1263: --
1264: -- **** START new code for bug 2264569 ******************************************
1265: -- Update the system person type to EMP_APL if user is keeping active APPLS.
1266: if hr_employee_applicant_api.retain_exists(p_tab) then
1267: hr_utility.set_location('PER_PEOPLE12_PKG.update_row1',260);
1268: p_system_person_type := 'EMP_APL';
1269: open c_apl_flag(p_system_person_type);
1270: fetch c_apl_flag into p_current_applicant_flag;

Line 1308: if NOT hr_employee_applicant_api.retain_exists(p_tab) then

1304: -- Bug 3637893 Ends
1305: --
1306: hr_utility.set_location('PER_PEOPLE12_PKG.update_row1',260);
1307: -- **** Start new code for bug 2264569 **********************************
1308: if NOT hr_employee_applicant_api.retain_exists(p_tab) then
1309: hr_utility.set_location('PER_PEOPLE12_PKG.update_row1',262);
1310: -- **** End new code for bug 2264569 **********************************
1311: hr_per_type_usage_internal.maintain_person_type_usage
1312: (p_effective_date => p_effective_start_date