DBA Data[Home] [Help]

APPS.MRP_PARAMETER_MRPEPPS dependencies on GL_PERIODS

Line 137: SELECT distinct period_type name from gl_periods;

133: CURSOR c_business_plans IS
134: select plan_id, name from bisbv_business_plans;
135: */
136: CURSOR c_period_types IS
137: SELECT distinct period_type name from gl_periods;
138:
139: CURSOR c_plans IS
140: SELECT distinct compile_designator name from mrp_plans
141: where data_completion_date is not null