DBA Data[Home] [Help]

APPS.INV_DETAIL_UTIL_PVT dependencies on WSH_CARRIERS

Line 177: wsh_carriers wc,

173: wdd.ship_to_location_id ship_to_location,
174: NULL,
175: wc.freight_code -- Bug Fix 5594517
176: FROM wsh_delivery_details wdd,
177: wsh_carriers wc,
178: wsh_carrier_services wcs
179: WHERE wdd.move_order_line_id = p_move_order_line_id
180: AND wdd.move_order_line_id is NOT NULL
181: AND wdd.ship_method_code = wcs.ship_method_code (+)