DBA Data[Home] [Help]

APPS.HR_PREVIOUS_EMPLOYMENT_BK3 dependencies on HR_API

Line 13: l_commit_unit_number := hr_api.return_commit_unit;

9: l_commit_unit_number number;
10: l_legislation_code varchar2(30);
11: begin
12: hr_utility.set_location('Entering: HR_PREVIOUS_EMPLOYMENT_BK3.DELETE_PREVIOUS_EMPLOYER_A', 10);
13: l_commit_unit_number := hr_api.return_commit_unit;
14: if hr_api.call_app_hooks then
15: hr_previous_employment_be3.DELETE_PREVIOUS_EMPLOYER_A
16: (P_PREVIOUS_EMPLOYER_ID => P_PREVIOUS_EMPLOYER_ID
17: ,P_OBJECT_VERSION_NUMBER => P_OBJECT_VERSION_NUMBER

Line 14: if hr_api.call_app_hooks then

10: l_legislation_code varchar2(30);
11: begin
12: hr_utility.set_location('Entering: HR_PREVIOUS_EMPLOYMENT_BK3.DELETE_PREVIOUS_EMPLOYER_A', 10);
13: l_commit_unit_number := hr_api.return_commit_unit;
14: if hr_api.call_app_hooks then
15: hr_previous_employment_be3.DELETE_PREVIOUS_EMPLOYER_A
16: (P_PREVIOUS_EMPLOYER_ID => P_PREVIOUS_EMPLOYER_ID
17: ,P_OBJECT_VERSION_NUMBER => P_OBJECT_VERSION_NUMBER
18: );

Line 21: hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_PREVIOUS_EMPLOYER', 'AP');

17: ,P_OBJECT_VERSION_NUMBER => P_OBJECT_VERSION_NUMBER
18: );
19: end if;
20: hr_multi_message.end_validation_set;
21: hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_PREVIOUS_EMPLOYER', 'AP');
22: hr_utility.set_location(' Leaving: HR_PREVIOUS_EMPLOYMENT_BK3.DELETE_PREVIOUS_EMPLOYER_A', 20);
23: end DELETE_PREVIOUS_EMPLOYER_A;
24: procedure DELETE_PREVIOUS_EMPLOYER_B
25: (P_PREVIOUS_EMPLOYER_ID in NUMBER