DBA Data[Home] [Help]

APPS.MSD_DEM_COLLECT_LEVEL_TYPES dependencies on MSC_PLANS

Line 57: from msc_plans

53: l_sales_staging_table VARCHAR2(100) := NULL;
54:
55: cursor get_plan_info is
56: select plan_type
57: from msc_plans
58: where plan_id = p_plan_id;
59:
60: l_plan_type number;
61: