DBA Data[Home] [Help]

APPS.MSD_SR_UTIL dependencies on WSH_REGION_LOCATIONS

Line 983: from wsh_region_locations wrl,

979: p_zone_attr IN VARCHAR2) return number IS
980:
981: cursor c1 is
982: select wrv.region_id
983: from wsh_region_locations wrl,
984: wsh_zone_regions wzr,
985: wsh_regions_v wrv
986: where wrl.location_id = p_location_id
987: and wrl.region_id = wzr.region_id

Line 1398: ' from wsh_region_locations wrl, ' ||

1394: return msd_sr_util.get_null_pk;
1395: else
1396:
1397: l_sql_stmt := ' select wrv.region_id ' ||
1398: ' from wsh_region_locations wrl, ' ||
1399: ' wsh_zone_regions wzr, ' ||
1400: ' wsh_regions_v wrv ' ||
1401: ' where wrl.location_id = ''' || p_location_id || '''' ||
1402: ' and wrl.region_id = wzr.region_id ' ||

Line 1445: ' from wsh_region_locations wrl, ' ||

1441: return msd_sr_util.get_null_desc;
1442: else
1443:
1444: l_sql_stmt := ' select wrv.zone ' ||
1445: ' from wsh_region_locations wrl, ' ||
1446: ' wsh_zone_regions wzr, ' ||
1447: ' wsh_regions_v wrv ' ||
1448: ' where wrl.location_id = ''' || p_location_id || '''' ||
1449: ' and wrl.region_id = wzr.region_id ' ||

Line 1492: ' from wsh_region_locations wrl, ' ||

1488: return msd_sr_util.get_null_pk;
1489: else
1490:
1491: l_sql_stmt := ' select wrv.region_id ' ||
1492: ' from wsh_region_locations wrl, ' ||
1493: ' wsh_zone_regions wzr, ' ||
1494: ' wsh_regions_v wrv ' ||
1495: ' where wrl.location_id = ''' || p_location_id || '''' ||
1496: ' and wrl.region_id = wzr.region_id ' ||

Line 1539: ' from wsh_region_locations wrl, ' ||

1535: return msd_sr_util.get_null_desc;
1536: else
1537:
1538: l_sql_stmt := ' select wrv.zone ' ||
1539: ' from wsh_region_locations wrl, ' ||
1540: ' wsh_zone_regions wzr, ' ||
1541: ' wsh_regions_v wrv ' ||
1542: ' where wrl.location_id = ''' || p_location_id || '''' ||
1543: ' and wrl.region_id = wzr.region_id ' ||