DBA Data[Home] [Help]

APPS.PQP_PL_VEHICLE_ALLOCATIONS_API dependencies on PER_BUSINESS_GROUPS

Line 72: from per_business_groups pbg

68: l_legislation_code varchar2(2);
69: --
70: cursor csr_bg is
71: select legislation_code
72: from per_business_groups pbg
73: where pbg.business_group_id = p_business_group_id;
74: --
75: begin
76: g_package :='pqp_pl_vehicle_allocations_api.';

Line 245: from per_business_groups pbg

241: l_legislation_code varchar2(2);
242: --
243: cursor csr_bg is
244: select legislation_code
245: from per_business_groups pbg
246: where pbg.business_group_id = p_business_group_id;
247: --
248: begin
249: g_package :='pqp_pl_vehicle_allocations_api.';