DBA Data[Home] [Help]

APPS.HR_POSITION_BK1 dependencies on HR_API

Line 337: l_commit_unit_number := hr_api.return_commit_unit;

333: l_commit_unit_number number;
334: l_legislation_code varchar2(30);
335: begin
336: hr_utility.set_location('Entering: HR_POSITION_BK1.CREATE_POSITION_B', 10);
337: l_commit_unit_number := hr_api.return_commit_unit;
338: if hr_api.call_leg_hooks then
339: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
340: if l_legislation_code = 'US' then
341: GHR_UTILITY.validate_create_nfc

Line 338: if hr_api.call_leg_hooks then

334: l_legislation_code varchar2(30);
335: begin
336: hr_utility.set_location('Entering: HR_POSITION_BK1.CREATE_POSITION_B', 10);
337: l_commit_unit_number := hr_api.return_commit_unit;
338: if hr_api.call_leg_hooks then
339: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
340: if l_legislation_code = 'US' then
341: GHR_UTILITY.validate_create_nfc
342: (P_SEGMENT1 => P_SEGMENT1

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

335: begin
336: hr_utility.set_location('Entering: HR_POSITION_BK1.CREATE_POSITION_B', 10);
337: l_commit_unit_number := hr_api.return_commit_unit;
338: if hr_api.call_leg_hooks then
339: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
340: if l_legislation_code = 'US' then
341: GHR_UTILITY.validate_create_nfc
342: (P_SEGMENT1 => P_SEGMENT1
343: ,P_SEGMENT2 => P_SEGMENT2

Line 378: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_POSITION', 'BP');

374: ,P_LANGUAGE_CODE => P_LANGUAGE_CODE
375: );
376: end if;
377: end if;
378: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_POSITION', 'BP');
379: hr_utility.set_location(' Leaving: HR_POSITION_BK1.CREATE_POSITION_B', 20);
380: end CREATE_POSITION_B;
381: end HR_POSITION_BK1;