DBA Data[Home] [Help]

APPS.HR_POSITION_BK3 dependencies on HR_API

Line 27: l_commit_unit_number := hr_api.return_commit_unit;

23: l_commit_unit_number number;
24: l_legislation_code varchar2(30);
25: begin
26: hr_utility.set_location('Entering: HR_POSITION_BK3.DELETE_POSITION_B', 10);
27: l_commit_unit_number := hr_api.return_commit_unit;
28: if hr_api.call_leg_hooks then
29: l_legislation_code := PER_POS_BUS.return_legislation_code(P_POSITION_ID => P_POSITION_ID
30: );
31: if l_legislation_code = 'US' then

Line 28: if hr_api.call_leg_hooks then

24: l_legislation_code varchar2(30);
25: begin
26: hr_utility.set_location('Entering: HR_POSITION_BK3.DELETE_POSITION_B', 10);
27: l_commit_unit_number := hr_api.return_commit_unit;
28: if hr_api.call_leg_hooks then
29: l_legislation_code := PER_POS_BUS.return_legislation_code(P_POSITION_ID => P_POSITION_ID
30: );
31: if l_legislation_code = 'US' then
32: GHR_UTILITY.validate_delete_nfc

Line 38: hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_POSITION', 'BP');

34: ,P_EFFECTIVE_DATE => P_EFFECTIVE_DATE
35: );
36: end if;
37: end if;
38: hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_POSITION', 'BP');
39: hr_utility.set_location(' Leaving: HR_POSITION_BK3.DELETE_POSITION_B', 20);
40: end DELETE_POSITION_B;
41: end HR_POSITION_BK3;