DBA Data[Home] [Help]

APPS.MSD_SR_UTIL dependencies on WSH_ZONE_REGIONS

Line 1052: wsh_zone_regions wzr,

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
1056: and wzr.parent_region_id = wrv.region_id

Line 1474: ' wsh_zone_regions wzr, ' ||

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 ' ||
1478: ' and wzr.parent_region_id = wrv.region_id ' ||

Line 1521: ' wsh_zone_regions wzr, ' ||

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 ' ||
1525: ' and wzr.parent_region_id = wrv.region_id ' ||

Line 1568: ' wsh_zone_regions wzr, ' ||

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 ' ||
1572: ' and wzr.parent_region_id = wrv.region_id ' ||

Line 1615: ' wsh_zone_regions wzr, ' ||

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 ' ||
1619: ' and wzr.parent_region_id = wrv.region_id ' ||