DBA Data[Home] [Help]

APPS.HR_LOCATION_EXTRA_INFO_BK2 dependencies on HR_API

Line 125: l_commit_unit_number := hr_api.return_commit_unit;

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

Line 126: if hr_api.call_leg_hooks then

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

Line 165: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_LOCATION_EXTRA_INFO', 'BP');

161: ,P_LEI_INFORMATION29 => P_LEI_INFORMATION29
162: ,P_LEI_INFORMATION30 => P_LEI_INFORMATION30
163: );
164: end if;
165: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_LOCATION_EXTRA_INFO', 'BP');
166: hr_utility.set_location(' Leaving: HR_LOCATION_EXTRA_INFO_BK2.UPDATE_LOCATION_EXTRA_INFO_B', 20);
167: end UPDATE_LOCATION_EXTRA_INFO_B;
168: end HR_LOCATION_EXTRA_INFO_BK2;