DBA Data[Home] [Help]

APPS.HR_EX_EMPLOYEE_BK4 dependencies on HR_API

Line 14: l_commit_unit_number := hr_api.return_commit_unit;

10: l_commit_unit_number number;
11: l_legislation_code varchar2(30);
12: begin
13: hr_utility.set_location('Entering: HR_EX_EMPLOYEE_BK4.REVERSE_TERMINATE_EMPLOYEE_A', 10);
14: l_commit_unit_number := hr_api.return_commit_unit;
15: if hr_api.call_app_hooks then
16: hr_ex_employee_be4.REVERSE_TERMINATE_EMPLOYEE_A
17: (P_PERSON_ID => P_PERSON_ID
18: ,P_ACTUAL_TERMINATION_DATE => P_ACTUAL_TERMINATION_DATE

Line 15: if hr_api.call_app_hooks then

11: l_legislation_code varchar2(30);
12: begin
13: hr_utility.set_location('Entering: HR_EX_EMPLOYEE_BK4.REVERSE_TERMINATE_EMPLOYEE_A', 10);
14: l_commit_unit_number := hr_api.return_commit_unit;
15: if hr_api.call_app_hooks then
16: hr_ex_employee_be4.REVERSE_TERMINATE_EMPLOYEE_A
17: (P_PERSON_ID => P_PERSON_ID
18: ,P_ACTUAL_TERMINATION_DATE => P_ACTUAL_TERMINATION_DATE
19: ,P_CLEAR_DETAILS => P_CLEAR_DETAILS

Line 23: hr_api.validate_commit_unit(l_commit_unit_number, 'REVERSE_TERMINATE_EMPLOYEE', 'AP');

19: ,P_CLEAR_DETAILS => P_CLEAR_DETAILS
20: );
21: end if;
22: hr_multi_message.end_validation_set;
23: hr_api.validate_commit_unit(l_commit_unit_number, 'REVERSE_TERMINATE_EMPLOYEE', 'AP');
24: hr_utility.set_location(' Leaving: HR_EX_EMPLOYEE_BK4.REVERSE_TERMINATE_EMPLOYEE_A', 20);
25: end REVERSE_TERMINATE_EMPLOYEE_A;
26: procedure REVERSE_TERMINATE_EMPLOYEE_B
27: (P_PERSON_ID in NUMBER