DBA Data[Home] [Help]

APPS.JAI_RCV_ACCOUNTING_PKG dependencies on JAI_RCV_TRANSACTIONS

Line 7: from JAI_RCV_TRANSACTIONS

3:
4: /* Cursor Definitions */
5: cursor c_trx(cp_transaction_id in number) IS
6: select *
7: from JAI_RCV_TRANSACTIONS
8: where transaction_id = cp_transaction_id;
9:
10: cursor c_base_trx(cp_transaction_id in number) IS
11: select *