DBA Data[Home] [Help]

APPS.HR_LEI_RKU dependencies on HR_API

Line 128: l_commit_unit_number := hr_api.return_commit_unit;

124: l_commit_unit_number number;
125: l_legislation_code varchar2(30);
126: begin
127: hr_utility.set_location('Entering: HR_LEI_RKU.AFTER_UPDATE', 10);
128: l_commit_unit_number := hr_api.return_commit_unit;
129: if hr_api.call_leg_hooks then
130: -- Note: All legislation hook calls will be executed regardless of the
131: -- legislation code because the data for this API module is not held within
132: -- the context of a business_group_id.

Line 129: if hr_api.call_leg_hooks then

125: l_legislation_code varchar2(30);
126: begin
127: hr_utility.set_location('Entering: HR_LEI_RKU.AFTER_UPDATE', 10);
128: l_commit_unit_number := hr_api.return_commit_unit;
129: if hr_api.call_leg_hooks then
130: -- Note: All legislation hook calls will be executed regardless of the
131: -- legislation code because the data for this API module is not held within
132: -- the context of a business_group_id.
133: GHR_LEI_FLEX_DDF.DDF

Line 195: hr_api.validate_commit_unit(l_commit_unit_number, 'HR_LOCATION_EXTRA_INFO', 'AU');

191: ,P_LEI_INFORMATION29 => P_LEI_INFORMATION29
192: ,P_LEI_INFORMATION30 => P_LEI_INFORMATION30
193: );
194: end if;
195: hr_api.validate_commit_unit(l_commit_unit_number, 'HR_LOCATION_EXTRA_INFO', 'AU');
196: hr_utility.set_location(' Leaving: HR_LEI_RKU.AFTER_UPDATE', 20);
197: end AFTER_UPDATE;
198: end HR_LEI_RKU;