DBA Data[Home] [Help]

APPS.FTE_PO_INTEGRATION_GRP dependencies on WSH_INBOUND_TXN_HISTORY

Line 119: from wsh_inbound_txn_history

115: and wda.delivery_id is not null
116: and exists
117: (
118: select shipment_header_id
119: from wsh_inbound_txn_history
120: where shipment_header_id = rsl.shipment_header_id
121: AND status = 'PENDING_MATCHING'
122: AND transaction_type = 'RECEIPT'
123: );