DBA Data[Home] [Help]

APPS.QA_SKIPLOT_RES_ENGINE dependencies on RCV_TRANSACTIONS_INTERFACE

Line 71: FROM rcv_transactions_interface

67: -- kabalakr Wed Oct 29 23:19:22 PST 2003.
68:
69: CURSOR int_txn (grp_id NUMBER, txn_id NUMBER) IS
70: SELECT max(interface_transaction_id)
71: FROM rcv_transactions_interface
72: WHERE group_id = grp_id
73: AND parent_transaction_id = txn_id;
74:
75: l_rti_int_txn_id NUMBER;