DBA Data[Home] [Help]

APPS.MRP_PARAMETER_MRPEPPS dependencies on GL_PERIODS

Line 136: SELECT distinct period_type name from gl_periods;

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:
138: CURSOR c_plans IS
139: SELECT distinct compile_designator name from mrp_plans
140: where data_completion_date is not null