DBA Data[Home] [Help]

APPS.QLTDACTB dependencies on RCV_TRANSACTIONS_INTERFACE

Line 547: FROM rcv_transactions_interface

543: -- kabalakr Wed Oct 29 23:19:22 PST 2003.
544:
545: CURSOR int_txn (grp_id NUMBER, txn_id NUMBER) IS
546: SELECT max(interface_transaction_id)
547: FROM rcv_transactions_interface
548: WHERE group_id = grp_id
549: AND parent_transaction_id = txn_id;
550:
551: l_rti_int_txn_id NUMBER;

Line 2962: -- UPDATE RCV_TRANSACTIONS_INTERFACE

2958: -- Bug 6781108
2959: -- Commenting the following update statement as
2960: -- the receiving API is handling this scenario.
2961: -- pdube Wed Feb 6 04:51:22 PST 2008
2962: -- UPDATE RCV_TRANSACTIONS_INTERFACE
2963: -- SET subinventory = l_rti_sub_code,
2964: -- locator_id = l_rti_loc_id
2965: -- WHERE interface_transaction_id = X_TRANSACTION_ID;
2966: