Search Results je_line
Overview
The APPS.CE_STATEMENT_RECONCILIATIONS view is a security-enabled reporting layer over cash management statement reconciliation data in Oracle E-Business Suite releases 12.1.1 and 12.2.2. It exposes rows from the CE_STATEMENT_RECONCILS_ALL table that the current responsibility is authorized to see, applying multi-org and legal entity access rules at query time. The view is defined in the APPS schema and is referenced by Oracle Cash Management reconciliation windows, Oracle Payments integration, and reconciliation reporting. Because it enforces row-level security through CE_SECURITY_PROFILES_V, direct queries against the underlying table may return data outside the caller's access scope, whereas this view does not. The view also handles a specific exception for reference types JE_LINE, ROI_LINE, and STATEMENT, ensuring journal-line and reconciliation-line references remain visible regardless of the organization filter. The user search term "je_line" corresponds directly to one of these special reference types, making this view the primary access path for correlating Cash Management bank statement lines with Oracle General Ledger journal lines.
Underlying Base Objects
The principal base object is CE_STATEMENT_RECONCILS_ALL, accessed through the synonym CE_STATEMENT_RECONCILS_ALL. This table stores reconciliation matches between bank statement lines and the transactions applied against them, including journal entry references. The view's WHERE clause references CE_SECURITY_PROFILES_V, a security profile view used to resolve the operating units, business groups, and legal entities assigned to the current user. Documented supporting packages include FND_ACCESS_CONTROL_UTIL, FND_GLOBAL, FND_PROFILE, MO_GLOBAL, and XTR_USER_ACCESS, which supply organization context, security profile configuration, and user access resolution during view evaluation. The view text exposes CSR.ROWID, which permits update-capable behavior in some Oracle Forms contexts even though the view is primarily used for query and reporting.
Key Columns
- STATEMENT_LINE_ID — Identifier of the bank statement line being reconciled.
- REFERENCE_TYPE — Classification of the matched source; values include JE_LINE, ROI_LINE, and STATEMENT.
- REFERENCE_ID — The identifier of the referenced transaction; for JE_LINE it maps to the journal line.
- JE_HEADER_ID — General Ledger journal header associated with the reconciliation entry.
- ORG_ID — Operating unit that owns the reconciliation record.
- LEGAL_ENTITY_ID — Legal entity used in the security predicate.
- AMOUNT — Reconciled amount for the matched line.
- STATUS_FLAG, ACTION_FLAG, CURRENT_RECORD_FLAG, AUTO_RECONCILED_FLAG — State indicators describing reconciliation status and processing history.
- REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE — Concurrent program context for the record.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE — Standard audit columns.
- ROWID — Physical row identifier used for DML and row-level operations.
Common Use Cases and Queries
Typical usage includes reconciliation reporting, GL-to-bank analysis, and integration extracts that must respect operating unit security. The most common pattern filters on REFERENCE_TYPE = 'JE_LINE' to isolate general ledger journal line matches.
- Extracting journal-line reconciliations for a specific operating unit:
SELECT statement_line_id, reference_id, je_header_id, amount FROM apps.ce_statement_reconciliations WHERE org_id = :p_org_id AND reference_type = 'JE_LINE'; - Auditing auto-reconciled records:
SELECT statement_line_id, status_flag, amount FROM apps.ce_statement_reconciliations WHERE auto_reconciled_flag = 'Y' AND current_record_flag = 'Y'; - Reviewing unmatched or reversed entries by status:
SELECT statement_line_id, reference_type, status_flag FROM apps.ce_statement_reconciliations WHERE status_flag IN ('U','R'); - Joining to journal sources to trace accounting entries related to a bank statement line during reconciliation research.
Because the view applies CE_SECURITY_PROFILES_V predicates, results automatically reflect the responsibility's organization and legal entity assignments, and queries should not add redundant MO_GLOBAL initialization filters unless required by downstream logic.
-
VIEW: APPS.CE_STATEMENT_RECONCILIATIONS
12.1.1
-
VIEW: APPS.CE_ARCH_RECONCILIATIONS
12.2.2
-
VIEW: APPS.CE_STATEMENT_RECON_GT_V
12.2.2
-
VIEW: APPS.CE_ARCH_RECONCILIATIONS
12.1.1
-
VIEW: APPS.CE_STATEMENT_RECONCILIATIONS
12.2.2
-
VIEW: APPS.CE_STATEMENT_RECON_GT_V
12.1.1
-
VIEW: APPS.CE_101_RECONCILED_V
12.2.2
-
VIEW: APPS.CE_101_TRANSACTIONS_V
12.2.2
-
VIEW: APPS.CE_101_RECONCILED_V
12.1.1
-
View: CE_ARCH_RECONCILIATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_ARCH_RECONCILIATIONS, object_name:CE_ARCH_RECONCILIATIONS, status:VALID, product: CE - Cash Management , description: (SINGLE-ORG view) , implementation_dba_data: APPS.CE_ARCH_RECONCILIATIONS ,
-
VIEW: APPS.CE_101_TRANSACTIONS_V
12.1.1
-
View: CE_STATEMENT_RECON_GT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_STATEMENT_RECON_GT_V, object_name:CE_STATEMENT_RECON_GT_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_STATEMENT_RECON_GT_V ,
-
View: CE_ARCH_RECONCILIATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_ARCH_RECONCILIATIONS, object_name:CE_ARCH_RECONCILIATIONS, status:VALID, product: CE - Cash Management , description: (SINGLE-ORG view) , implementation_dba_data: APPS.CE_ARCH_RECONCILIATIONS ,
-
View: CE_STATEMENT_RECON_GT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_STATEMENT_RECON_GT_V, object_name:CE_STATEMENT_RECON_GT_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_STATEMENT_RECON_GT_V ,
-
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_STATEMENT_RECONCILIATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_STATEMENT_RECONCILIATIONS, object_name:CE_STATEMENT_RECONCILIATIONS, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_STATEMENT_RECONCILIATIONS ,
-
View: CE_STATEMENT_RECONCILIATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_STATEMENT_RECONCILIATIONS, object_name:CE_STATEMENT_RECONCILIATIONS, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_STATEMENT_RECONCILIATIONS ,
-
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 ,
-
View: CE_101_RECONCILED_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_101_RECONCILED_V, object_name:CE_101_RECONCILED_V, status:VALID, product: CE - Cash Management , description: Reconciled GL journals for unreconciling , implementation_dba_data: APPS.CE_101_RECONCILED_V ,
-
View: CE_101_RECONCILED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_101_RECONCILED_V, object_name:CE_101_RECONCILED_V, status:VALID, product: CE - Cash Management , description: Reconciled GL journals for unreconciling , implementation_dba_data: APPS.CE_101_RECONCILED_V ,
-
VIEW: APPS.CEBV_STMTRECON
12.1.1
-
View: CEBV_STMTRECON
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CEBV_STMTRECON, object_name:CEBV_STMTRECON, status:VALID, product: CE - Cash Management , description: Business View , implementation_dba_data: APPS.CEBV_STMTRECON ,
-
VIEW: APPS.CEBV_STMTRECON
12.2.2
-
VIEW: APPS.CEFV_STMTRECON
12.1.1
-
APPS.GL_CASH_CLR_ACCT_ANAL_RPT_PKG SQL Statements
12.2.2
-
TABLE: CE.CE_STATEMENT_RECONCILS_ALL
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_STATEMENT_RECONCILS_ALL, object_name:CE_STATEMENT_RECONCILS_ALL, status:VALID,
-
TABLE: CE.CE_STATEMENT_RECONCILS_ALL
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_STATEMENT_RECONCILS_ALL, object_name:CE_STATEMENT_RECONCILS_ALL, status:VALID,
-
TABLE: CE.CE_ARCH_RECONCILIATIONS_ALL
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_ARCH_RECONCILIATIONS_ALL, object_name:CE_ARCH_RECONCILIATIONS_ALL, status:VALID,
-
VIEW: APPS.CE_STATEMENT_RECON_GT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_STATEMENT_RECON_GT_V, object_name:CE_STATEMENT_RECON_GT_V, status:VALID,
-
VIEW: APPS.CEFV_STMTRECON
12.2.2
-
VIEW: APPS.CE_STATEMENT_RECON_GT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_STATEMENT_RECON_GT_V, object_name:CE_STATEMENT_RECON_GT_V, status:VALID,
-
TABLE: CE.CE_ARCH_RECONCILIATIONS_ALL
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_ARCH_RECONCILIATIONS_ALL, object_name:CE_ARCH_RECONCILIATIONS_ALL, status:VALID,
-
View: CEBV_STMTRECON
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CEBV_STMTRECON, object_name:CEBV_STMTRECON, status:VALID, product: CE - Cash Management , description: Business View , implementation_dba_data: APPS.CEBV_STMTRECON ,
-
View: CEFV_STMTRECON
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CEFV_STMTRECON, object_name:CEFV_STMTRECON, status:VALID, product: CE - Cash Management , description: Business View , implementation_dba_data: APPS.CEFV_STMTRECON ,
-
PACKAGE BODY: APPS.GL_CASH_CLR_ACCT_ANAL_RPT_PKG
12.2.2
-
View: CEFV_STMTRECON
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CEFV_STMTRECON, object_name:CEFV_STMTRECON, status:VALID, product: CE - Cash Management , description: Business View , implementation_dba_data: APPS.CEFV_STMTRECON ,
-
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,
-
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_101_RECONCILED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_101_RECONCILED_V, object_name:CE_101_RECONCILED_V, status:VALID,
-
VIEW: APPS.CE_101_RECONCILED_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_101_RECONCILED_V, object_name:CE_101_RECONCILED_V, status:VALID,
-
APPS.CE_CEPURGE_XMLP_PKG SQL Statements
12.2.2
-
APPS.CE_CEPURGE_XMLP_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.CE_AUTO_BANK_CLEAR
12.1.1
-
PACKAGE BODY: APPS.CE_CEXSTMRR_XMLP_PKG
12.2.2
-
APPS.CE_PURGE SQL Statements
12.2.2
-
PACKAGE BODY: APPS.CE_AUTO_BANK_CLEAR
12.2.2
-
PACKAGE BODY: APPS.CE_CEXSTMRR_XMLP_PKG
12.1.1
-
PACKAGE BODY: APPS.CE_CEXAVTRX_XMLP_PKG
12.2.2
-
PACKAGE BODY: APPS.CE_CEXAVTRX_XMLP_PKG
12.1.1
-
APPS.CE_CEPURGE_XMLP_PKG dependencies on CE_RECONCILIATION_ERRORS
12.2.2