DBA Data[Home] [Help]

APPS.MSD_SR_UTIL dependencies on WSH_REGION_LOCATIONS

Line 1051: from wsh_region_locations wrl,

1047: p_zone_attr IN VARCHAR2) return number IS
1048:
1049: cursor c1 is
1050: select wrv.region_id
1051: from wsh_region_locations wrl,
1052: wsh_zone_regions wzr,
1053: wsh_regions_v wrv
1054: where wrl.location_id = p_location_id
1055: and wrl.region_id = wzr.region_id

Line 1473: ' from wsh_region_locations wrl, ' ||

1469: return msd_sr_util.get_null_pk;
1470: else
1471:
1472: l_sql_stmt := ' select wrv.region_id ' ||
1473: ' from wsh_region_locations wrl, ' ||
1474: ' wsh_zone_regions wzr, ' ||
1475: ' wsh_regions_v wrv ' ||
1476: ' where wrl.location_id = ''' || p_location_id || '''' ||
1477: ' and wrl.region_id = wzr.region_id ' ||

Line 1520: ' from wsh_region_locations wrl, ' ||

1516: return msd_sr_util.get_null_desc;
1517: else
1518:
1519: l_sql_stmt := ' select wrv.zone ' ||
1520: ' from wsh_region_locations wrl, ' ||
1521: ' wsh_zone_regions wzr, ' ||
1522: ' wsh_regions_v wrv ' ||
1523: ' where wrl.location_id = ''' || p_location_id || '''' ||
1524: ' and wrl.region_id = wzr.region_id ' ||

Line 1567: ' from wsh_region_locations wrl, ' ||

1563: return msd_sr_util.get_null_pk;
1564: else
1565:
1566: l_sql_stmt := ' select wrv.region_id ' ||
1567: ' from wsh_region_locations wrl, ' ||
1568: ' wsh_zone_regions wzr, ' ||
1569: ' wsh_regions_v wrv ' ||
1570: ' where wrl.location_id = ''' || p_location_id || '''' ||
1571: ' and wrl.region_id = wzr.region_id ' ||

Line 1614: ' from wsh_region_locations wrl, ' ||

1610: return msd_sr_util.get_null_desc;
1611: else
1612:
1613: l_sql_stmt := ' select wrv.zone ' ||
1614: ' from wsh_region_locations wrl, ' ||
1615: ' wsh_zone_regions wzr, ' ||
1616: ' wsh_regions_v wrv ' ||
1617: ' where wrl.location_id = ''' || p_location_id || '''' ||
1618: ' and wrl.region_id = wzr.region_id ' ||