DBA Data[Home] [Help]

APPS.HR_ORGANIZATION_BK5 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_ORGANIZATION_BK5.DELETE_ORGANIZATION_A', 10);
13: l_commit_unit_number := hr_api.return_commit_unit;
14: if hr_api.call_app_hooks then
15: BEN_CHECK_ORGANIZATION.CHK_ORG_ROLE_BNF_DEL
16: (P_ORGANIZATION_ID => P_ORGANIZATION_ID
17: );

Line 14: if hr_api.call_app_hooks then

10: l_legislation_code varchar2(30);
11: begin
12: hr_utility.set_location('Entering: HR_ORGANIZATION_BK5.DELETE_ORGANIZATION_A', 10);
13: l_commit_unit_number := hr_api.return_commit_unit;
14: if hr_api.call_app_hooks then
15: BEN_CHECK_ORGANIZATION.CHK_ORG_ROLE_BNF_DEL
16: (P_ORGANIZATION_ID => P_ORGANIZATION_ID
17: );
18: hr_organization_be5.DELETE_ORGANIZATION_A

Line 24: hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_ORGANIZATION', 'AP');

20: ,P_OBJECT_VERSION_NUMBER => P_OBJECT_VERSION_NUMBER
21: );
22: end if;
23: hr_multi_message.end_validation_set;
24: hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_ORGANIZATION', 'AP');
25: hr_utility.set_location(' Leaving: HR_ORGANIZATION_BK5.DELETE_ORGANIZATION_A', 20);
26: end DELETE_ORGANIZATION_A;
27: procedure DELETE_ORGANIZATION_B
28: (P_ORGANIZATION_ID in NUMBER