DBA Data[Home] [Help]

APPS.JAI_ETCS_PKG dependencies on AR_CASH_RECEIPTS

Line 2350: from ar_cash_receipts

2346:
2347: Cursor c_rcpt_date(cp_receipt_id number)
2348: is
2349: select receipt_date
2350: from ar_cash_receipts
2351: where cash_receipt_id = cp_receipt_id ;
2352:
2353: Cursor c_source_ref_type(cp_source_ref_id in number)
2354: is