DBA Data[Home] [Help]

APPS.WMS_OP_RUNTIME_PVT_APIS dependencies on RCV_TRANSACTIONS

Line 1553: FROM rcv_transactions

1549: IF l_current_txn_id IS NOT NULL THEN
1550: BEGIN
1551: SELECT parent_transaction_id
1552: INTO l_parent_txn_id
1553: FROM rcv_transactions
1554: WHERE transaction_id = l_current_txn_id;
1555: EXCEPTION
1556: WHEN OTHERS THEN
1557: l_parent_txn_id := NULL;