DBA Data[Home] [Help]

APPS.MSD_DEM_SR_UTIL dependencies on WSH_ZONE_REGIONS

Line 475: ' wsh_zone_regions wzr, ' ||

471: else
472:
473: l_sql_stmt := ' select wrv.zone ' ||
474: ' from wsh_region_locations wrl, ' ||
475: ' wsh_zone_regions wzr, ' ||
476: ' wsh_regions_v wrv ' ||
477: ' where wrl.location_id = ''' || p_location_id || '''' ||
478: ' and wrl.region_id = wzr.region_id ' ||
479: ' and wzr.parent_region_id = wrv.region_id ' ||

Line 508: wsh_zone_regions wzr,

504:
505: cursor c1 is
506: select wrv.region_id
507: from wsh_region_locations wrl,
508: wsh_zone_regions wzr,
509: wsh_regions_v wrv
510: where wrl.location_id = p_location_id
511: and wrl.region_id = wzr.region_id
512: and wzr.parent_region_id = wrv.region_id