DBA Data[Home] [Help]

APPS.FV_RECEIVABLES_ACTIVITY_PKG dependencies on AR_CASH_RECEIPT_HISTORY_ALL

Line 1168: ar_cash_receipt_history_all acrh

1164: p_cash_receipt_id NUMBER )IS
1165: SELECT receipt_desc_type ,NVL(ficr.amount,0) amount
1166: FROM fv_interim_cash_receipts_all ficr,
1167: ar_cash_receipts_all acr,
1168: ar_cash_receipt_history_all acrh
1169: WHERE ficr.receipt_number = p_receipt_number
1170: AND ficr.customer_trx_id = p_customer_trx_id
1171: AND ficr.set_of_books_id = vp_sob_id
1172: AND ficr.batch_id = acrh.batch_id