DBA Data[Home] [Help]

APPS.WSH_INTERFACE_COMMON_ACTIONS dependencies on WSH_TRANSACTIONS_HISTORY

Line 1331: wsh_transactions_history wth

1327: select wdd.delivery_detail_id, wdd.requested_quantity BULK COLLECT
1328: into l_detail_id_tab, l_detail_qty_tab
1329: from wsh_delivery_details wdd,
1330: wsh_shipment_batches wsb,
1331: wsh_transactions_history wth
1332: where wdd.source_code = 'OE'
1333: and wdd.shipment_batch_id = wsb.batch_id
1334: and wdd.shipment_line_number = del_det_int_rec.delivery_detail_id
1335: and wsb.name = wth.entity_number

Line 2084: wsh_transactions_history wth

2080: select wdd.delivery_detail_id, wdd.requested_quantity BULK COLLECT
2081: into l_detail_id_tab, l_detail_qty_tab
2082: from wsh_delivery_details wdd,
2083: wsh_shipment_batches wsb,
2084: wsh_transactions_history wth
2085: where wdd.source_code = 'OE'
2086: and wdd.released_status in ('R','B','X')
2087: and wdd.shipment_batch_id = wsb.batch_id
2088: and wdd.shipment_line_number = del_det_int_rec.delivery_detail_id

Line 5338: wsh_transactions_history wth,

5334: select wdd1.delivery_detail_id
5335: from wsh_del_details_interface wddi,
5336: wsh_del_assgn_interface wdai,
5337: wsh_shipment_batches wsb,
5338: wsh_transactions_history wth,
5339: wsh_delivery_details wdd1
5340: where wdd1.source_code = 'OE'
5341: and wdd1.released_status in ('R','B','X')
5342: and wdd1.shipment_line_number = wddi.delivery_detail_id