DBA Data[Home] [Help]

APPS.MSD_DEM_PROCESS_SALES_DATA dependencies on MSC_APPS_INSTANCES

Line 42: from msc_apps_instances

38: l_dest_table VARCHAR2(100); -- syenamar Bug#6459492
39:
40: cursor c_get_instance_type is
41: select instance_type
42: from msc_apps_instances
43: where instance_id = p_instance_id;
44:
45: l_instance_type number;
46: