DBA Data[Home] [Help]

APPS.JAI_RCV_TRX_PROCESSING_PKG dependencies on JAI_RCV_JOURNAL_ENTRIES

Line 4128: FROM JAI_RCV_JOURNAL_ENTRIES

4124: CURSOR c_acct_count(cp_parent_transaction_id JAI_RCV_TRANSACTIONS.transaction_id%type,
4125: cp_parent_transaction_type JAI_RCV_TRANSACTIONS.parent_transaction_type%type
4126: ) IS
4127: SELECT count(1)
4128: FROM JAI_RCV_JOURNAL_ENTRIES
4129: WHERE transaction_id = cp_parent_transaction_id
4130: AND transaction_type = cp_parent_transaction_type;
4131:
4132: ld_parent_rg_entry_date DATE;