DBA Data[Home] [Help]

APPS.WMS_OP_RUNTIME_PVT_APIS dependencies on RCV_TRANSACTIONS

Line 1697: FROM rcv_transactions

1693: IF l_current_txn_id IS NOT NULL THEN
1694: BEGIN
1695: SELECT parent_transaction_id
1696: INTO l_parent_txn_id
1697: FROM rcv_transactions
1698: WHERE transaction_id = l_current_txn_id;
1699: EXCEPTION
1700: WHEN OTHERS THEN
1701: l_parent_txn_id := NULL;