DBA Data[Home] [Help]

APPS.MSD_DEM_COMMON_UTILITIES dependencies on MSC_REGIONS

Line 738: FROM msc_regions

734: x_sr_instance_id NUMBER := NULL;
735: BEGIN
736: SELECT sr_instance_id
737: INTO x_sr_instance_id
738: FROM msc_regions
739: WHERE zone = p_zone
740: AND rownum < 2;
741:
742: RETURN x_sr_instance_id;