DBA Data[Home] [Help]

APPS.JAI_RCV_TRX_PROCESSING_PKG dependencies on JAI_RCV_JOURNAL_ENTRIES

Line 3640: FROM JAI_RCV_JOURNAL_ENTRIES

3636: CURSOR c_acct_count(cp_parent_transaction_id JAI_RCV_TRANSACTIONS.transaction_id%type,
3637: cp_parent_transaction_type JAI_RCV_TRANSACTIONS.parent_transaction_type%type
3638: ) IS
3639: SELECT count(1)
3640: FROM JAI_RCV_JOURNAL_ENTRIES
3641: WHERE transaction_id = cp_parent_transaction_id
3642: AND transaction_type = cp_parent_transaction_type;
3643:
3644: ld_parent_rg_entry_date DATE;