DBA Data[Home] [Help]

APPS.MRP_PARAMETER_MRPEPPS dependencies on BISBV_BUSINESS_PLANS

Line 133: select plan_id, name from bisbv_business_plans;

129:
130: params BIS_UTILITIES_PUB.Report_Parameter_Tbl_Type;
131:
132: CURSOR c_business_plans IS
133: select plan_id, name from bisbv_business_plans;
134:
135: CURSOR c_period_types IS
136: SELECT distinct period_type name from gl_periods;
137: