DBA Data[Home] [Help]

APPS.AR_RECEIPT_LIB_PVT dependencies on AR_CASH_RECEIPTS_ALL

Line 7956: FROM ar_cash_receipts_all

7952: x_exchange_date,
7953: l_org_id,
7954: l_cust_acct_id,
7955: l_site_use_id
7956: FROM ar_cash_receipts_all
7957: WHERE cash_receipt_id = p_cash_receipt_id;
7958: exception when others then null;
7959: end;
7960: ELSE