Results for “ce_101_reconciled_v”
48 results
AI-generated from documented ETRM metadata — verify critical details on the linked pages.
Overview
The view APPS.CE_101_RECONCILED_V is a Cash Management (CE) reporting object that exposes reconciled General Ledger journal lines for the purpose of unreconciliation. Within the Oracle E-Business Suite 12.1.1 and 12.2.2 data model, bank statement reconciliation in Cash Management creates an association between a bank statement line and the GL journal line that cleared the transaction. When a user subsequently needs to reverse or undo that reconciliation, the application requires a structured, queryable representation of the jointly reconciled GL and statement data. CE_101_RECONCILED_V provides exactly that projection: a single row per reconciled GL journal line, annotated with the statement line, bank account, currency attributes, and audit columns needed to drive the unreconcile action. Because reconciliation logic in CE is tightly coupled to both the statement model and the GL journal model, this view acts as the integration bridge between the two sub-ledgers, presenting amounts, conversion information, and identity keys in a form the Unreconcile flow can consume.
As a view, it stores no data of its own; it is a read-only projection whose behavior is entirely determined by its underlying tables and by the filters (bank account, statement, transaction code) applied at query time.
Underlying Base Objects
The documented base objects underlying CE_101_RECONCILED_V span three functional areas, consistent with its role as a reconciliation bridge:
- Cash Management statement objects:
CE_STATEMENT_LINES,CE_STATEMENT_HEADERS,CE_STATEMENT_RECONCILS_ALL,CE_TRANSACTION_CODES,CE_SYSTEM_PARAMETERS,CE_BANK_ACCTS_GT_V, andCE_LOOKUPS. - General Ledger journal objects:
GL_JE_LINES,GL_JE_HEADERS,GL_JE_BATCHES,GL_SETS_OF_BOOKS,GL_DAILY_CONVERSION_TYPES, andGL_LOOKUPS.
The view's SQL text confirms these relationships: journal line attributes originate from the GL tables (JEL for lines, JEH for headers, JEB for batches), while the statement side contributes STATEMENT_LINE_ID and STATEMENT_HEADER_ID from the CE statement tables. The set of books (SOB) supplies functional currency context for currency decoding, and CE_BANK_ACCTS_GT_V (aliased ABA) supplies bank account and bank currency attributes. The reconciliation linkage that makes the view "reconciled" is supplied by CE_STATEMENT_RECONCILS_ALL.
Key Columns
The view exposes a fixed column list documented in the implementation text (numbered 1 through 43). Notable columns include:
- ROWID and statement keys: the GL line ROWID,
STATEMENT_LINE_ID, andSTATEMENT_HEADER_ID, which anchor the unreconcile operation. - Bank account context:
BANK_ACCOUNT_IDandBANK_BRANCH_IDfrom the bank account object. - Journal line identity:
JE_LINE_NUM,JE_HEADER_ID,JE_BATCH_ID, and batchNAME, supporting drill-down to GL. - Amount and payment type: a decoded
PAYMENT/CASHindicator, plus entered/accounted debit and credit amounts resolved via nestedDECODEexpressions that distinguish payment versus cash receipts. - Currency handling:
CURRENCY_CODEand a decode yieldingFUNCTIONAL,BANK, orFOREIGN, together withCURRENCY_CONVERSION_DATE,USER_CONVERSION_TYPE, andCURRENCY_CONVERSION_RATE. - Descriptive and audit columns:
MEANING(from lookups),DESCRIPTION,EFFECTIVE_DATE,STATUS, and the standardCREATION_DATE,CREATED_BY,LAST_UPDATE_DATE, andLAST_UPDATED_BY.
Multiple placeholder columns emit NULL or TO_NUMBER(NULL), reflecting the fixed-width signature expected by the consuming form or API.
Common Use Cases and Queries
This view is primarily used by the Cash Management reconciliation and unreconciliation process, and secondarily by diagnostics and reporting on reconciled journal activity. A typical query filters by bank account and statement line to retrieve the GL lines eligible for unreconciliation:
SELECT statement_line_id, je_header_id, je_line_num,
bank_account_id, currency_code, effective_date
FROM ce_101_reconciled_v
WHERE bank_account_id = :p_bank_account_id
AND statement_line_id = :p_statement_line_id;
Because the view materializes amount decodes for functional, bank, and foreign currencies, it also supports reconciliation audits—reconciling the statement amount to the GL entered or accounted amount—and technical diagnostics when the Unreconcile program cannot locate a candidate line. Join it to GL_JE_HEADERS or GL_JE_LINES using the exposed keys (JE_HEADER_ID, JE_LINE_NUM) for drill-down detail. All queries should be issued against the APPS schema with the standard EBS security context.
-
View: CE_101_RECONCILED_V 12.1.1
Reconciled GL journals for unreconciling
APPS.CE_101_RECONCILED_V·↳ CE_BANK_ACCTS_GT_V·↳ CE_LOOKUPS·↳ CE_STATEMENT_HEADERS·Explore CE module →
-
View: CE_101_RECONCILED_V 12.2.2
Reconciled GL journals for unreconciling
APPS.CE_101_RECONCILED_V·↳ CE_BANK_ACCTS_GT_V·↳ CE_LOOKUPS·↳ CE_STATEMENT_HEADERS·Explore CE module →
-
12.1.1 DBA Data 12.1.1
-
SYNONYM: APPS.GL_JE_BATCHES 12.2.2
-
12.2.2 DBA Data 12.2.2
-
12.1.1 FND Design Data 12.1.1
-
12.2.2 FND Design Data 12.2.2
-
SYNONYM: APPS.GL_JE_BATCHES 12.1.1
-
VIEW: APPS.CE_LOOKUPS 12.2.2
-
VIEW: APPS.CE_LOOKUPS 12.1.1
-
SYNONYM: APPS.GL_JE_LINES 12.1.1
-
VIEW: APPS.GL_LOOKUPS 12.1.1
-
VIEW: APPS.GL_LOOKUPS 12.2.2
-
SYNONYM: APPS.GL_JE_LINES 12.2.2
-
SYNONYM: APPS.GL_JE_HEADERS 12.1.1
-
SYNONYM: APPS.GL_JE_HEADERS 12.2.2
-
Reconciled transactions
APPS.CE_RECONCILED_TRANSACTIONS_V·↳ CE_101_RECONCILED_V·↳ CE_200_RECONCILED_V·↳ CE_222_RECONCILED_V·Explore CE module →
-
Reconciled transactions
APPS.CE_RECONCILED_TRANSACTIONS_V·↳ CE_101_RECONCILED_V·↳ CE_200_RECONCILED_V·↳ CE_222_RECONCILED_V·Explore CE module →
-
eTRM - CE Tables and Views 12.1.1
This table stores the error or warning messages from ZBA deal creation process
-
eTRM - CE Tables and Views 12.2.2
This table stores the error or warning messages from ZBA deal creation process
-
VIEW: APPS.GL_SETS_OF_BOOKS 12.1.1
-
VIEW: APPS.GL_SETS_OF_BOOKS 12.2.2
-
USSGL transaction codes
-
12.2.2 DBA Data 12.2.2
-
eTRM - CE Tables and Views 12.1.1
This table stores the error or warning messages from ZBA deal creation process
-
12.1.1 DBA Data 12.1.1
-
eTRM - CE Tables and Views 12.2.2
This table stores the error or warning messages from ZBA deal creation process
-
USSGL transaction codes