DBA Data[Home] [Help]

APPS.INV_DETAIL_UTIL_PVT dependencies on WSH_DELIVERY_DETAILS

Line 173: FROM wsh_delivery_details wdd,

169: NULL,
170: wdd.ship_to_location_id ship_to_location,
171: NULL,
172: wc.freight_code -- Bug Fix 5594517
173: FROM wsh_delivery_details wdd,
174: wsh_carriers wc,
175: wsh_carrier_services wcs
176: WHERE wdd.move_order_line_id = p_move_order_line_id
177: AND wdd.move_order_line_id is NOT NULL