DBA Data[Home] [Help]

APPS.MSD_DEM_COLLECT_LEVEL_TYPES dependencies on MSC_APPS_INSTANCES

Line 94: from msc_apps_instances

90: as
91:
92: cursor get_instances is
93: select instance_id
94: from msc_apps_instances
95: order by instance_id;
96:
97: l_stmt varchar2(4000);
98:

Line 232: from msc_apps_instances;

228: l_category_string VARCHAR2(1000) := NULL;
229:
230: cursor get_instances is
231: select instance_id
232: from msc_apps_instances;
233:
234: x_dem_version VARCHAR2(10) := msd_dem_common_utilities.get_demantra_version;
235:
236: begin