DBA Data[Home] [Help]

APPS.WSH_WSHRDBDR_XMLP_PKG dependencies on FND_TERRITORIES_VL

Line 177: FND_TERRITORIES_VL

173: SELECT
174: TERRITORY_SHORT_NAME
175: INTO RP_TERRITORY_CODE
176: FROM
177: FND_TERRITORIES_VL
178: WHERE TERRITORY_CODE = P_SHIP_TO_COUNTRY_CODE;
179: LP_COUNTRY_FROM := ' wsh_locations wl, ';
180: LP_COUNTRY_WHERE := ' and wdd.ship_to_location_id = wl.wsh_location_id
181: and wl.country = :p_ship_to_country_code ';