DBA Data[Home] [Help]

APPS.HR_SIT_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_SIT_BK3.DELETE_SIT_A', 10);
13: l_commit_unit_number := hr_api.return_commit_unit;
14: if hr_api.call_app_hooks then
15: hr_sit_be3.DELETE_SIT_A
16: (P_PERSON_ANALYSIS_ID => P_PERSON_ANALYSIS_ID
17: ,P_PEA_OBJECT_VERSION_NUMBER => P_PEA_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_SIT_BK3.DELETE_SIT_A', 10);
13: l_commit_unit_number := hr_api.return_commit_unit;
14: if hr_api.call_app_hooks then
15: hr_sit_be3.DELETE_SIT_A
16: (P_PERSON_ANALYSIS_ID => P_PERSON_ANALYSIS_ID
17: ,P_PEA_OBJECT_VERSION_NUMBER => P_PEA_OBJECT_VERSION_NUMBER
18: );

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

17: ,P_PEA_OBJECT_VERSION_NUMBER => P_PEA_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_SIT', 'AP');
22: hr_utility.set_location(' Leaving: HR_SIT_BK3.DELETE_SIT_A', 20);
23: end DELETE_SIT_A;
24: procedure DELETE_SIT_B
25: (P_PERSON_ANALYSIS_ID in NUMBER