DBA Data[Home] [Help]

APPS.HR_LOCATION_BK1 dependencies on HR_API

Line 95: l_commit_unit_number := hr_api.return_commit_unit;

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

Line 96: if hr_api.call_app_hooks then

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

Line 188: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_LOCATION', 'AP');

184: ,P_OBJECT_VERSION_NUMBER => P_OBJECT_VERSION_NUMBER
185: );
186: end if;
187: hr_multi_message.end_validation_set;
188: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_LOCATION', 'AP');
189: hr_utility.set_location(' Leaving: HR_LOCATION_BK1.CREATE_LOCATION_A', 20);
190: end CREATE_LOCATION_A;
191: procedure CREATE_LOCATION_B
192: (P_EFFECTIVE_DATE in DATE

Line 279: l_commit_unit_number := hr_api.return_commit_unit;

275: l_commit_unit_number number;
276: l_legislation_code varchar2(30);
277: begin
278: hr_utility.set_location('Entering: HR_LOCATION_BK1.CREATE_LOCATION_B', 10);
279: l_commit_unit_number := hr_api.return_commit_unit;
280: if hr_api.call_leg_hooks then
281: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
282: if l_legislation_code = 'AE' then
283: HR_AE_VALIDATE_PKG.CREATE_LOCATION_VALIDATE

Line 280: if hr_api.call_leg_hooks then

276: l_legislation_code varchar2(30);
277: begin
278: hr_utility.set_location('Entering: HR_LOCATION_BK1.CREATE_LOCATION_B', 10);
279: l_commit_unit_number := hr_api.return_commit_unit;
280: if hr_api.call_leg_hooks then
281: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
282: if l_legislation_code = 'AE' then
283: HR_AE_VALIDATE_PKG.CREATE_LOCATION_VALIDATE
284: (P_STYLE => P_STYLE

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

277: begin
278: hr_utility.set_location('Entering: HR_LOCATION_BK1.CREATE_LOCATION_B', 10);
279: l_commit_unit_number := hr_api.return_commit_unit;
280: if hr_api.call_leg_hooks then
281: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
282: if l_legislation_code = 'AE' then
283: HR_AE_VALIDATE_PKG.CREATE_LOCATION_VALIDATE
284: (P_STYLE => P_STYLE
285: ,P_EFFECTIVE_DATE => P_EFFECTIVE_DATE

Line 310: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_LOCATION', 'BP');

306: ,P_POSTAL_CODE => P_POSTAL_CODE
307: );
308: end if;
309: end if;
310: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_LOCATION', 'BP');
311: hr_utility.set_location(' Leaving: HR_LOCATION_BK1.CREATE_LOCATION_B', 20);
312: end CREATE_LOCATION_B;
313: end HR_LOCATION_BK1;