DBA Data[Home] [Help]

APPS.PQP_PL_VEHICLE_ALLOCATIONS_API dependencies on PQP_VEHICLE_ALLOCATIONS_API

Line 110: PQP_VEHICLE_ALLOCATIONS_API.create_vehicle_allocation

106:
107: --
108: -- Call the Vehicle Allocation business process
109: --
110: PQP_VEHICLE_ALLOCATIONS_API.create_vehicle_allocation
111: (p_validate => p_validate
112: ,p_effective_date => p_effective_date
113: ,p_assignment_id => p_assignment_id
114: ,p_business_group_id => p_business_group_id

Line 279: PQP_VEHICLE_ALLOCATIONS_API.update_vehicle_allocation

275:
276:
277: hr_utility.set_location(l_proc, 6);
278: -- Call for Update Vehicle allocation business process
279: PQP_VEHICLE_ALLOCATIONS_API.update_vehicle_allocation
280: (p_validate => p_validate
281: ,p_effective_date => p_effective_date
282: ,p_datetrack_mode => p_datetrack_mode
283: ,p_vehicle_allocation_id => p_vehicle_allocation_id