DBA Data[Home] [Help]

APPS.HR_LOC_RKU dependencies on HR_API

Line 173: l_commit_unit_number := hr_api.return_commit_unit;

169: l_commit_unit_number number;
170: l_legislation_code varchar2(30);
171: begin
172: hr_utility.set_location('Entering: HR_LOC_RKU.AFTER_UPDATE', 10);
173: l_commit_unit_number := hr_api.return_commit_unit;
174: if hr_api.call_app_hooks then
175: ZX_HR_LOCATIONS_GNR_HOOK.UPDATE_GNR
176: (P_LOCATION_ID => P_LOCATION_ID
177: ,P_COUNTRY => P_COUNTRY

Line 174: if hr_api.call_app_hooks then

170: l_legislation_code varchar2(30);
171: begin
172: hr_utility.set_location('Entering: HR_LOC_RKU.AFTER_UPDATE', 10);
173: l_commit_unit_number := hr_api.return_commit_unit;
174: if hr_api.call_app_hooks then
175: ZX_HR_LOCATIONS_GNR_HOOK.UPDATE_GNR
176: (P_LOCATION_ID => P_LOCATION_ID
177: ,P_COUNTRY => P_COUNTRY
178: ,P_REGION_1 => P_REGION_1

Line 198: if hr_api.call_leg_hooks then

194: ,P_COUNTRY => P_COUNTRY
195: ,P_LOCATION_ID => P_LOCATION_ID
196: );
197: end if;
198: if hr_api.call_leg_hooks then
199: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
200: if l_legislation_code = 'IN' then
201: PER_IN_ADD_LEG_HOOK.CHECK_LOC_ADDRESS_UPD
202: (P_LOCATION_ID => P_LOCATION_ID

Line 199: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);

195: ,P_LOCATION_ID => P_LOCATION_ID
196: );
197: end if;
198: if hr_api.call_leg_hooks then
199: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
200: if l_legislation_code = 'IN' then
201: PER_IN_ADD_LEG_HOOK.CHECK_LOC_ADDRESS_UPD
202: (P_LOCATION_ID => P_LOCATION_ID
203: ,P_LOC_INFORMATION16 => P_LOC_INFORMATION16

Line 208: hr_api.validate_commit_unit(l_commit_unit_number, 'HR_LOCATIONS_ALL', 'AU');

204: ,P_POSTAL_CODE => P_POSTAL_CODE
205: );
206: end if;
207: end if;
208: hr_api.validate_commit_unit(l_commit_unit_number, 'HR_LOCATIONS_ALL', 'AU');
209: hr_utility.set_location(' Leaving: HR_LOC_RKU.AFTER_UPDATE', 20);
210: end AFTER_UPDATE;
211: end HR_LOC_RKU;