DBA Data[Home] [Help]

APPS.QLTDACTB dependencies on RCV_TRANSACTIONS_INTERFACE

Line 571: FROM rcv_transactions_interface

567: -- kabalakr Wed Oct 29 23:19:22 PST 2003.
568:
569: CURSOR int_txn (grp_id NUMBER, txn_id NUMBER) IS
570: SELECT max(interface_transaction_id)
571: FROM rcv_transactions_interface
572: WHERE group_id = grp_id
573: AND parent_transaction_id = txn_id;
574:
575: l_rti_int_txn_id NUMBER;

Line 3091: -- UPDATE RCV_TRANSACTIONS_INTERFACE

3087: -- Bug 6781108
3088: -- Commenting the following update statement as
3089: -- the receiving API is handling this scenario.
3090: -- pdube Wed Feb 6 04:51:22 PST 2008
3091: -- UPDATE RCV_TRANSACTIONS_INTERFACE
3092: -- SET subinventory = l_rti_sub_code,
3093: -- locator_id = l_rti_loc_id
3094: -- WHERE interface_transaction_id = X_TRANSACTION_ID;
3095: