DBA Data[Home] [Help]

APPS.JAI_RCV_ACCOUNTING_PKG dependencies on JAI_RCV_JOURNAL_ENTRIES

Line 370: from JAI_RCV_JOURNAL_ENTRIES

366:
367: cursor c_acct_check(cp_transaction_id number ,cp_account_nature varchar2, cp_ccid number,
368: cp_reference_name varchar2, cp_reference_id number) is
369: select count(transaction_id)
370: from JAI_RCV_JOURNAL_ENTRIES
371: where transaction_id = cp_transaction_id
372: and acct_nature = cp_account_nature
373: and code_combination_id = cp_ccid
374: /* following reference columns condition added by Vijay Shankar for Bug#4250236(4245089). VAT Implementation */