DBA Data[Home] [Help]

APPS.PQP_VAI_BUS dependencies on PQP_VEHICLE_ALLOCATIONS_F

Line 109: ,pqp_vehicle_allocations_f pva

105: --
106: cursor csr_leg_code is
107: select pbg.legislation_code
108: from per_business_groups_perf pbg
109: ,pqp_vehicle_allocations_f pva
110: where pva.vehicle_allocation_id = p_vehicle_allocation_id
111: and pbg.business_group_id = pva.business_group_id;
112: --
113: -- Declare local variables

Line 183: , pqp_vehicle_allocations_f val

179: --
180: cursor csr_leg_code is
181: select pbg.legislation_code
182: from per_business_groups_perf pbg
183: , pqp_vehicle_allocations_f val
184: where val.vehicle_allocation_id = p_vehicle_allocation_id
185: AND pbg.business_group_id=val.business_group_id ;
186: --
187: -- Declare local variables