Skip to the content.

CE Transactions Available for Reconciliation – Oracle EBS SQL Report

Oracle E-Business Suite SQL report from the Enginatics Library powered by Blitz Report™.

Overview

Application: Cash Management Description: Transactions - Transactions Available for Reconciliation

Provides equivalent functionality to the following standard Oracle Forms/Reports

Source: Transactions Available for Reconciliation Report (CEXAVTRX) DB package: CE_CEXSTMRR_XMLP_PKG (required to initialize security)

Report Parameters

Bank Name, Bank Branch, Bank Account Name, Bank Account Number, Transaction Type, Treasury Legal Entity, Payroll Business Group, AR/AP Operating Unit, Effective Date From, Effective Date To

Oracle EBS Tables Used

ce_101_transactions_v, ce_185_transactions_v, ce_200_transactions_v, ce_222_transactions_v, ce_801_transactions_v, ce_801_eft_transactions_v, ce_999_transactions_v, ce_avail_trx_v, ce_bank_accts_gt_v, ce_system_parameters, xle_entity_profiles, gl_code_combinations, hr_all_organization_units

Report Categories

Enginatics, R12 only

Running This SQL Without Blitz Report

Some Oracle EBS SQL reports in this library require functions from the utility package xxen_util. Install it before running the SQL directly against your Oracle EBS database.

Download & Import Options

Resource Link
Excel Example Output None
Blitz Report™ XML Import CE_Transactions_Available_for_Reconciliation.xml
Full SQL on Enginatics www.enginatics.com/reports/ce-transactions-available-for-reconciliation/

Executive Summary

The CE Transactions Available for Reconciliation report lists all system transactions (payments, receipts, journal entries) that are eligible to be reconciled against a bank statement but have not yet been matched. This is effectively the “To-Do List” for the reconciliation team. It helps identify transactions that are missing from the bank statement or that need to be manually reconciled due to data mismatches.

Business Challenge

If a transaction exists in Oracle but hasn’t been reconciled, it means either:

  1. It hasn’t cleared the bank yet (In Transit).
  2. It has cleared, but the system couldn’t auto-match it (e.g., different amount or reference number).
  3. It is a duplicate or erroneous entry.

Distinguishing between “In Transit” and “Problem” items is crucial for keeping the reconciliation current.

Solution

This report provides a comprehensive list of all unreconciled transactions available in the system.

Key Features:

Architecture

The report queries the CE_AVAILABLE_TRANSACTIONS_V view, which unions all eligible unreconciled items from the subledgers.

Key Tables:

Impact


© 2026 Enginatics