DBA Data[Home] [Help]

APPS.HR_ORI_RKI dependencies on HR_API

Line 57: l_commit_unit_number := hr_api.return_commit_unit;

53: l_commit_unit_number number;
54: l_legislation_code varchar2(30);
55: begin
56: hr_utility.set_location('Entering: HR_ORI_RKI.AFTER_INSERT', 10);
57: l_commit_unit_number := hr_api.return_commit_unit;
58: if hr_api.call_leg_hooks then
59: -- Note: All legislation hook calls will be executed regardless of the
60: -- legislation code because the data for this API module is not held within
61: -- the context of a business_group_id.

Line 58: if hr_api.call_leg_hooks then

54: l_legislation_code varchar2(30);
55: begin
56: hr_utility.set_location('Entering: HR_ORI_RKI.AFTER_INSERT', 10);
57: l_commit_unit_number := hr_api.return_commit_unit;
58: if hr_api.call_leg_hooks then
59: -- Note: All legislation hook calls will be executed regardless of the
60: -- legislation code because the data for this API module is not held within
61: -- the context of a business_group_id.
62: HR_DK_VALIDATE_PKG.validate_create_org_cat

Line 119: hr_api.validate_commit_unit(l_commit_unit_number, 'HR_ORGANIZATION_INFORMATION', 'AI');

115: ,P_ORG_INFORMATION_CONTEXT => P_ORG_INFORMATION_CONTEXT
116: ,P_ORG_INFORMATION1 => P_ORG_INFORMATION1
117: );
118: end if;
119: hr_api.validate_commit_unit(l_commit_unit_number, 'HR_ORGANIZATION_INFORMATION', 'AI');
120: hr_utility.set_location(' Leaving: HR_ORI_RKI.AFTER_INSERT', 20);
121: end AFTER_INSERT;
122: end HR_ORI_RKI;