DBA Data[Home] [Help]

APPS.MSD_DEM_COLLECT_PRICE_LISTS dependencies on MSC_APPS_INSTANCES

Line 726: from msc_apps_instances

722: x_num_rows NUMBER := NULL;
723:
724: cursor c_get_instance_type is
725: select instance_type
726: from msc_apps_instances
727: where instance_id = p_instance_id;
728:
729: l_instance_type number;
730: