DBA Data[Home] [Help]

APPS.HR_LEI_RKI dependencies on HR_API

Line 70: l_commit_unit_number := hr_api.return_commit_unit;

66: l_commit_unit_number number;
67: l_legislation_code varchar2(30);
68: begin
69: hr_utility.set_location('Entering: HR_LEI_RKI.AFTER_INSERT', 10);
70: l_commit_unit_number := hr_api.return_commit_unit;
71: if hr_api.call_leg_hooks then
72: -- Note: All legislation hook calls will be executed regardless of the
73: -- legislation code because the data for this API module is not held within
74: -- the context of a business_group_id.

Line 71: if hr_api.call_leg_hooks then

67: l_legislation_code varchar2(30);
68: begin
69: hr_utility.set_location('Entering: HR_LEI_RKI.AFTER_INSERT', 10);
70: l_commit_unit_number := hr_api.return_commit_unit;
71: if hr_api.call_leg_hooks then
72: -- Note: All legislation hook calls will be executed regardless of the
73: -- legislation code because the data for this API module is not held within
74: -- the context of a business_group_id.
75: GHR_LEI_FLEX_DDF.DDF

Line 137: hr_api.validate_commit_unit(l_commit_unit_number, 'HR_LOCATION_EXTRA_INFO', 'AI');

133: ,P_LEI_INFORMATION29 => P_LEI_INFORMATION29
134: ,P_LEI_INFORMATION30 => P_LEI_INFORMATION30
135: );
136: end if;
137: hr_api.validate_commit_unit(l_commit_unit_number, 'HR_LOCATION_EXTRA_INFO', 'AI');
138: hr_utility.set_location(' Leaving: HR_LEI_RKI.AFTER_INSERT', 20);
139: end AFTER_INSERT;
140: end HR_LEI_RKI;