DBA Data[Home] [Help]

APPS.HR_LOCATION_BK2 dependencies on HR_API

Line 94: l_commit_unit_number := hr_api.return_commit_unit;

90: l_commit_unit_number number;
91: l_legislation_code varchar2(30);
92: begin
93: hr_utility.set_location('Entering: HR_LOCATION_BK2.UPDATE_LOCATION_A', 10);
94: l_commit_unit_number := hr_api.return_commit_unit;
95: if hr_api.call_app_hooks then
96: WSH_MAP_LOCATION_REGION_PKG.Location_User_Hook_API
97: (P_LOCATION_ID => P_LOCATION_ID
98: );

Line 95: if hr_api.call_app_hooks then

91: l_legislation_code varchar2(30);
92: begin
93: hr_utility.set_location('Entering: HR_LOCATION_BK2.UPDATE_LOCATION_A', 10);
94: l_commit_unit_number := hr_api.return_commit_unit;
95: if hr_api.call_app_hooks then
96: WSH_MAP_LOCATION_REGION_PKG.Location_User_Hook_API
97: (P_LOCATION_ID => P_LOCATION_ID
98: );
99: hr_location_be2.UPDATE_LOCATION_A

Line 186: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_LOCATION', 'AP');

182: ,P_OBJECT_VERSION_NUMBER => P_OBJECT_VERSION_NUMBER
183: );
184: end if;
185: hr_multi_message.end_validation_set;
186: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_LOCATION', 'AP');
187: hr_utility.set_location(' Leaving: HR_LOCATION_BK2.UPDATE_LOCATION_A', 20);
188: end UPDATE_LOCATION_A;
189: procedure UPDATE_LOCATION_B
190: (P_EFFECTIVE_DATE in DATE

Line 278: l_commit_unit_number := hr_api.return_commit_unit;

274: l_commit_unit_number number;
275: l_legislation_code varchar2(30);
276: begin
277: hr_utility.set_location('Entering: HR_LOCATION_BK2.UPDATE_LOCATION_B', 10);
278: l_commit_unit_number := hr_api.return_commit_unit;
279: if hr_api.call_leg_hooks then
280: l_legislation_code := HR_LOC_BUS.RETURN_LEGISLATION_CODE(P_LOCATION_ID => P_LOCATION_ID
281: );
282: if l_legislation_code = 'AE' then

Line 279: if hr_api.call_leg_hooks then

275: l_legislation_code varchar2(30);
276: begin
277: hr_utility.set_location('Entering: HR_LOCATION_BK2.UPDATE_LOCATION_B', 10);
278: l_commit_unit_number := hr_api.return_commit_unit;
279: if hr_api.call_leg_hooks then
280: l_legislation_code := HR_LOC_BUS.RETURN_LEGISLATION_CODE(P_LOCATION_ID => P_LOCATION_ID
281: );
282: if l_legislation_code = 'AE' then
283: HR_AE_VALIDATE_PKG.UPDATE_LOCATION_VALIDATE

Line 320: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_LOCATION', 'BP');

316: ,P_POSTAL_CODE => P_POSTAL_CODE
317: );
318: end if;
319: end if;
320: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_LOCATION', 'BP');
321: hr_utility.set_location(' Leaving: HR_LOCATION_BK2.UPDATE_LOCATION_B', 20);
322: end UPDATE_LOCATION_B;
323: end HR_LOCATION_BK2;