DBA Data[Home] [Help]

APPS.WSH_INTERFACE_VALIDATIONS_PKG dependencies on WSH_SHIPMENT_BATCHES

Line 704: wsh_shipment_batches wsb,

700: SELECT distinct 'X'
701: INTO l_delivery_detail_exists
702: FROM wsh_delivery_details wdd,
703: wsh_delivery_assignments wda,
704: wsh_shipment_batches wsb,
705: wsh_transactions_history wth
706: WHERE wdd.delivery_detail_id = wda.delivery_detail_id
707: AND wdd.shipment_line_number = delivery_detail_int_rec.delivery_detail_id
708: AND wdd.released_status in ('R','B','X')--Fulfillment Batch XML Gateway Project