DBA Data[Home] [Help]

APPS.AR_PURGE dependencies on CE_STATEMENT_RECONCILIATIONS

Line 4073: ce_statement_reconciliations sr

4069: BEGIN
4070: SELECT COUNT(*)
4071: INTO l_statement_reconciliation
4072: FROM ar_cash_receipt_history crh,
4073: ce_statement_reconciliations sr
4074: WHERE cash_receipt_id = p_entity_id
4075: AND crh.cash_receipt_history_id = sr.reference_id
4076: AND sr.reference_type = 'RECEIPT'
4077: AND sr.current_record_flag = 'Y'