DBA Data[Home] [Help]

APPS.MSD_DEM_COLLECT_LEVEL_TYPES dependencies on MSC_PLANS

Line 137: from msc_plans

133: l_sales_staging_table VARCHAR2(100) := NULL;
134:
135: cursor get_plan_info is
136: select plan_type
137: from msc_plans
138: where plan_id = p_plan_id;
139:
140: l_plan_type number;
141: