DBA Data[Home] [Help]

APPS.JAI_ETCS_PKG dependencies on AR_CASH_RECEIPTS

Line 1919: from ar_cash_receipts

1915:
1916: Cursor c_rcpt_date(cp_receipt_id number)
1917: is
1918: select receipt_date
1919: from ar_cash_receipts
1920: where cash_receipt_id = cp_receipt_id ;
1921:
1922: Cursor c_source_ref_type(cp_source_ref_id in number)
1923: is