Search Results ce_101_transactions_v
Overview
CE_101_TRANSACTIONS_V is a Cash Management (CE) view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. Its documented purpose is to expose available GL journals for reconciliation — that is, the General Ledger journal lines posted to the cash and bank clearing accounts that Cash Management can present to a user for manual or automatic reconciliation against bank statement lines. The view functions as a bridge between Oracle General Ledger and the Cash Management reconciliation workbench, normalizing journal line data into the transaction-shaped record that reconciliation expects.
The literal 101 embedded in the view text and in its row structure identifies the source type as GL journal lines within Cash Management's unified transaction model. This view is therefore read by reconciliation inquiry forms, reconciliation APIs, and customer-built reports that need to see unreconciled GL activity attributable to a bank account.
Underlying Base Objects
The view is defined over a documented set of base objects. The central fact source is GL_JE_LINES, joined to GL_JE_HEADERS and GL_JE_BATCHES for header and batch context. GL_JE_CATEGORIES supplies the journal category name, while GL_DAILY_CONVERSION_TYPES, GL_LEDGERS, and GL_PERIOD_STATUSES provide conversion and accounting period context.
Bank account identification comes from CE_BANK_ACCOUNTS, CE_BANK_ACCT_USES_ALL, and CE_GL_ACCOUNTS_CCID, which map the bank account to its cash, clearing, and bank GL accounts. HZ_PARTIES supplies the bank and branch party names. Reconciliation state and security are handled through CE_STATEMENT_RECONCILS_ALL, CE_SECURITY_PROFILES_GT, and CE_SYSTEM_PARAMETERS. Decoded values are resolved via CE_LOOKUPS and GL_LOOKUPS.
Key Columns
- ROWID — the GL_JE_LINES row identifier, used to uniquely address a reconcilable line.
- BANK_ACCOUNT_ID, BANK_ACCOUNT_NAME, BANK_ACCOUNT_NUM — the bank account to which the journal line belongs.
- JE_LINE_NUM, JE_HEADER_ID, JE_BATCH_ID — journal line, header, and batch identifiers linking back to GL.
- Transaction type indicator — a DECODE expression returning 'PAYMENT' or 'CASH' based on whether the entered or accounted debit is zero.
- Amount — the same DECODE logic expresses the signed amount, choosing the credit or debit value depending on the currency comparison against the ledger's functional currency.
- CURRENCY_CODE, CURRENCY_CONVERSION_DATE, CURRENCY_CONVERSION_TYPE, CURRENCY_CONVERSION_RATE — currency and conversion detail carried from the JE header.
- EFFECTIVE_DATE, PERIOD_NAME, STATUS — accounting date, GL period, and line status.
- JE_CATEGORY_NAME, NAME, DOC_SEQUENCE_VALUE — journal category, journal name, and document sequence number for audit tracing.
- CODE_COMBINATION_ID — the accounting flexfield combination of the journal line.
- 101 — the hard-coded source type constant identifying GL journal transactions.
Common Use Cases and Queries
Typical scenarios include reconciling GL cash activity to bank statements, auditing unreconciled journal lines per bank account, and feeding custom reconciliation dashboards. A representative query is:
SELECT bank_account_id, bank_account_name, je_header_id, je_line_num, currency_code, effective_date, period_name, status FROM apps.ce_101_transactions_v WHERE bank_account_id = :p_bank_account_id AND effective_date BETWEEN :p_from_date AND :p_to_date ORDER BY effective_date, je_line_num;
Reports frequently filter on STATUS to isolate unreconciled lines and join CODE_COMBINATION_ID to GL code combinations for account analysis. Because the view applies Cash Management security profiles, results are automatically restricted to the bank accounts the querying user is authorized to see, making it suitable for both inquiry and downstream integration use.
-
View: CE_101_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_101_TRANSACTIONS_V, object_name:CE_101_TRANSACTIONS_V, status:VALID, product: CE - Cash Management , description: Available GL journals for reconciliation , implementation_dba_data: APPS.CE_101_TRANSACTIONS_V ,
-
View: CE_101_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_101_TRANSACTIONS_V, object_name:CE_101_TRANSACTIONS_V, status:VALID, product: CE - Cash Management , description: Available GL journals for reconciliation , implementation_dba_data: APPS.CE_101_TRANSACTIONS_V ,
-
SYNONYM: APPS.CE_SECURITY_PROFILES_GT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_SECURITY_PROFILES_GT, status:VALID,
-
SYNONYM: APPS.CE_SECURITY_PROFILES_GT
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_SECURITY_PROFILES_GT, status:VALID,
-
SYNONYM: APPS.CE_GL_ACCOUNTS_CCID
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_GL_ACCOUNTS_CCID, status:VALID,
-
SYNONYM: APPS.CE_SYSTEM_PARAMETERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_SYSTEM_PARAMETERS, status:VALID,
-
SYNONYM: APPS.CE_SYSTEM_PARAMETERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_SYSTEM_PARAMETERS, status:VALID,
-
SYNONYM: APPS.CE_STATEMENT_RECONCILS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_STATEMENT_RECONCILS_ALL, status:VALID,
-
SYNONYM: APPS.CE_STATEMENT_RECONCILS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_STATEMENT_RECONCILS_ALL, status:VALID,
-
SYNONYM: APPS.GL_JE_BATCHES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_JE_BATCHES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.CE_AUTO_BANK_MATCH
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CE_AUTO_BANK_MATCH, status:VALID,
-
SYNONYM: APPS.CE_BANK_ACCT_USES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_BANK_ACCT_USES_ALL, status:VALID,
-
PACKAGE BODY: APPS.CE_AUTO_BANK_MATCH
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CE_AUTO_BANK_MATCH, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.CE_BANK_ACCT_USES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_BANK_ACCT_USES_ALL, status:VALID,
-
VIEW: APPS.CE_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_LOOKUPS, object_name:CE_LOOKUPS, status:VALID,
-
SYNONYM: APPS.GL_JE_BATCHES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_JE_BATCHES, status:VALID,
-
VIEW: APPS.CE_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_LOOKUPS, object_name:CE_LOOKUPS, status:VALID,
-
SYNONYM: APPS.GL_JE_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_JE_LINES, status:VALID,
-
SYNONYM: APPS.GL_JE_CATEGORIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_JE_CATEGORIES, status:VALID,
-
SYNONYM: APPS.GL_JE_CATEGORIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_JE_CATEGORIES, status:VALID,
-
VIEW: APPS.GL_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_LOOKUPS, object_name:GL_LOOKUPS, status:VALID,
-
VIEW: APPS.GL_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_LOOKUPS, object_name:GL_LOOKUPS, status:VALID,
-
SYNONYM: APPS.GL_JE_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_JE_LINES, status:VALID,
-
SYNONYM: APPS.GL_JE_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_JE_HEADERS, status:VALID,
-
SYNONYM: APPS.GL_JE_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_JE_HEADERS, status:VALID,
-
SYNONYM: APPS.CE_BANK_ACCOUNTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_BANK_ACCOUNTS, status:VALID,
-
SYNONYM: APPS.GL_DAILY_CONVERSION_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_DAILY_CONVERSION_TYPES, status:VALID,
-
VIEW: APPS.CE_101_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_101_TRANSACTIONS_V, object_name:CE_101_TRANSACTIONS_V, status:VALID,
-
SYNONYM: APPS.CE_BANK_ACCOUNTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_BANK_ACCOUNTS, status:VALID,
-
VIEW: APPS.CE_101_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_101_TRANSACTIONS_V, object_name:CE_101_TRANSACTIONS_V, status:VALID,
-
VIEW: APPS.CE_AVAILABLE_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_AVAILABLE_TRANSACTIONS_V, object_name:CE_AVAILABLE_TRANSACTIONS_V, status:VALID,
-
VIEW: APPS.CE_AVAILABLE_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_AVAILABLE_TRANSACTIONS_V, object_name:CE_AVAILABLE_TRANSACTIONS_V, status:VALID,
-
SYNONYM: APPS.GL_DAILY_CONVERSION_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_DAILY_CONVERSION_TYPES, status:VALID,
-
VIEW: APPS.CE_AVAILABLE_TRANSACTIONS_V
12.2.2
-
VIEW: APPS.CE_AVAILABLE_TRANSACTIONS_V
12.1.1
-
APPS.CE_AUTO_BANK_MATCH dependencies on CE_101_TRANSACTIONS_V
12.1.1
-
APPS.CE_AUTO_BANK_MATCH dependencies on CE_101_TRANSACTIONS_V
12.2.2
-
SYNONYM: APPS.GL_PERIOD_STATUSES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_PERIOD_STATUSES, status:VALID,
-
View: CE_AVAILABLE_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_AVAILABLE_TRANSACTIONS_V, object_name:CE_AVAILABLE_TRANSACTIONS_V, status:VALID, product: CE - Cash Management , description: Available transactions for reconciliation , implementation_dba_data: APPS.CE_AVAILABLE_TRANSACTIONS_V ,
-
View: CE_AVAILABLE_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_AVAILABLE_TRANSACTIONS_V, object_name:CE_AVAILABLE_TRANSACTIONS_V, status:VALID, product: CE - Cash Management , description: Available transactions for reconciliation , implementation_dba_data: APPS.CE_AVAILABLE_TRANSACTIONS_V ,
-
SYNONYM: APPS.GL_LEDGERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_LEDGERS, status:VALID,
-
SYNONYM: APPS.GL_PERIOD_STATUSES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_PERIOD_STATUSES, status:VALID,
-
PACKAGE BODY: APPS.CE_CEXAVTRX_XMLP_PKG
12.2.2
-
PACKAGE BODY: APPS.CE_CEXAVTRX_XMLP_PKG
12.1.1
-
APPS.CE_AUTO_BANK_MATCH SQL Statements
12.1.1
-
APPS.CE_AUTO_BANK_MATCH SQL Statements
12.2.2