DBA Data[Home] [Help]

APPS.PQP_VRI_BUS dependencies on PQP_VEHICLE_REPOSITORY_F

Line 109: ,pqp_vehicle_repository_f vre

105: --
106: CURSOR csr_leg_code IS
107: SELECT pbg.legislation_code
108: FROM per_business_groups_perf pbg
109: ,pqp_vehicle_repository_f vre
110: WHERE vre.vehicle_repository_id = p_vehicle_repository_id
111: AND pbg.business_group_id=vre.business_group_id ;
112: --
113: -- Declare local variables

Line 183: ,pqp_vehicle_repository_f vre

179: --
180: cursor csr_leg_code is
181: select pbg.legislation_code
182: from per_business_groups_perf pbg
183: ,pqp_vehicle_repository_f vre
184: where vre.vehicle_repository_id = p_vehicle_repository_id
185: and pbg.business_group_id = vre.business_group_id ;
186: --
187: -- Declare local variables