DBA Data[Home] [Help]

APPS.AR_RECEIPT_LIB_PVT dependencies on AR_CASH_RECEIPTS_ALL

Line 8255: FROM ar_cash_receipts_all

8251: x_exchange_date,
8252: l_org_id,
8253: l_cust_acct_id,
8254: l_site_use_id
8255: FROM ar_cash_receipts_all
8256: WHERE cash_receipt_id = p_cash_receipt_id;
8257: exception when others then null;
8258: end;
8259: ELSE