DBA Data[Home] [Help]

APPS.PQP_VEHICLE_ALLOCATIONS_BK1 dependencies on HR_API

Line 143: l_commit_unit_number := hr_api.return_commit_unit;

139: l_commit_unit_number number;
140: l_legislation_code varchar2(30);
141: begin
142: hr_utility.set_location('Entering: PQP_VEHICLE_ALLOCATIONS_BK1.CREATE_VEHICLE_ALLOCATION_B', 10);
143: l_commit_unit_number := hr_api.return_commit_unit;
144: if hr_api.call_leg_hooks then
145: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
146: if l_legislation_code = 'GB' then
147: PQP_GB_VEHICLE_ALLOCATIONS.CREATE_GB_VEHICLE_ALLOCATION

Line 144: if hr_api.call_leg_hooks then

140: l_legislation_code varchar2(30);
141: begin
142: hr_utility.set_location('Entering: PQP_VEHICLE_ALLOCATIONS_BK1.CREATE_VEHICLE_ALLOCATION_B', 10);
143: l_commit_unit_number := hr_api.return_commit_unit;
144: if hr_api.call_leg_hooks then
145: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
146: if l_legislation_code = 'GB' then
147: PQP_GB_VEHICLE_ALLOCATIONS.CREATE_GB_VEHICLE_ALLOCATION
148: (P_USAGE_TYPE => P_USAGE_TYPE

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

141: begin
142: hr_utility.set_location('Entering: PQP_VEHICLE_ALLOCATIONS_BK1.CREATE_VEHICLE_ALLOCATION_B', 10);
143: l_commit_unit_number := hr_api.return_commit_unit;
144: if hr_api.call_leg_hooks then
145: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
146: if l_legislation_code = 'GB' then
147: PQP_GB_VEHICLE_ALLOCATIONS.CREATE_GB_VEHICLE_ALLOCATION
148: (P_USAGE_TYPE => P_USAGE_TYPE
149: ,P_VEHICLE_REPOSITORY_ID => P_VEHICLE_REPOSITORY_ID

Line 185: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_VEHICLE_ALLOCATION', 'BP');

181: ,P_VAL_INFORMATION20 => P_VAL_INFORMATION20
182: );
183: end if;
184: end if;
185: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_VEHICLE_ALLOCATION', 'BP');
186: hr_utility.set_location(' Leaving: PQP_VEHICLE_ALLOCATIONS_BK1.CREATE_VEHICLE_ALLOCATION_B', 20);
187: end CREATE_VEHICLE_ALLOCATION_B;
188: end PQP_VEHICLE_ALLOCATIONS_BK1;