DBA Data[Home] [Help]

APPS.JAI_RCV_ACCOUNTING_PKG dependencies on JAI_RCV_JOURNAL_ENTRIES

Line 356: from JAI_RCV_JOURNAL_ENTRIES

352:
353: cursor c_acct_check(cp_transaction_id number ,cp_account_nature varchar2, cp_ccid number,
354: cp_reference_name varchar2, cp_reference_id number) is
355: select count(transaction_id)
356: from JAI_RCV_JOURNAL_ENTRIES
357: where transaction_id = cp_transaction_id
358: and acct_nature = cp_account_nature
359: and code_combination_id = cp_ccid
360: /* following reference columns condition added by Vijay Shankar for Bug#4250236(4245089). VAT Implementation */