DBA Data[Home] [Help]

APPS.WSH_EXTERNAL_INTERFACE_SV dependencies on WSH_DELIVERY_ASSIGNMENTS_V

Line 58: wsh_delivery_assignments_v wda

54: from wsh_delivery_details wdd,
55: wsh_carrier_services wcs,
56: wsh_carriers wc,
57: wsh_new_deliveries wnd,
58: wsh_delivery_assignments_v wda
59: where wdd.delivery_detail_id = p_delivery_detail_id
60: and wdd.delivery_detail_id = wda.delivery_detail_id(+)
61: and wda.delivery_id = wnd.delivery_id(+)
62: and ( nvl(wnd.ship_method_code,wdd.ship_method_code) = wcs.ship_method_code