DBA Data[Home] [Help]

APPS.MSD_DEM_PROCESS_SALES_DATA dependencies on MSC_APPS_INSTANCES

Line 45: from msc_apps_instances

41: l_dem_version number;
42:
43: cursor c_get_instance_type is
44: select instance_type
45: from msc_apps_instances
46: where instance_id = p_instance_id;
47:
48: l_instance_type number;
49: