DBA Data[Home] [Help]

APPS.AR_PURGE dependencies on CE_STATEMENT_RECONCILIATIONS

Line 4911: ce_statement_reconciliations sr

4907: BEGIN
4908: SELECT COUNT(*)
4909: INTO l_statement_reconciliation
4910: FROM ar_cash_receipt_history crh,
4911: ce_statement_reconciliations sr
4912: WHERE cash_receipt_id = p_entity_id
4913: AND crh.cash_receipt_history_id = sr.reference_id
4914: AND sr.reference_type = 'RECEIPT'
4915: AND sr.current_record_flag = 'Y'