Search Results ce_arch_reconciliations
Overview
CE_ARCH_RECONCILIATIONS is a single-organization (SINGLE-ORG) security view owned by the APPS schema within the Cash Management (CE) product of Oracle E-Business Suite, documented as VALID in ETRM 12.2.2. It presents archived bank statement reconciliation data that has been migrated from the transactional reconciliation tables into the archive schema, allowing historical statement lines, their reconciliation references, and associated accounting journal entries to remain queryable long after the original reconciliation activity has been purged from the operational tables.
The view exposes the reconciliation facts required for cash management reporting, audit trails, and integration with financial and treasury subsystems. In releases 12.1.1 and 12.2.2, the view is the sanctioned access path for archived reconciliation records, ensuring row-level security is applied consistently through the Cash Management security profile model rather than through direct access to the underlying all-organization table.
Underlying Base Objects
The view is defined over CE_ARCH_RECONCILIATIONS_ALL (exposed in APPS as a synonym), which holds the entire set of archived reconciliation rows across all operating units and legal entities. The WHERE clause restricts visibility by subquerying CE_SECURITY_PROFILES_V, granting access when the organization identifier falls within the user's defined BUSINESS_GROUP or OPERATING_UNIT security profile, or when the legal entity identifier matches an assigned LEGAL_ENTITY security profile. A third predicate unconditionally permits rows whose REFERENCE_TYPE is JE_LINE, ROI_LINE, or STATEMENT.
Referenced dependencies also include the FND_ACCESS_CONTROL_UTIL, FND_GLOBAL, FND_PROFILE, and MO_GLOBAL packages, along with XTR_USER_ACCESS, which collectively supply session context, profile option values, and security enforcement used by the security profile view. This design is consistent with other multi-organization views in EBS 12.1.1 and 12.2.2 and is unaffected by the transition to the Online Patching architecture common to 12.2.x.
Key Columns
- STATEMENT_LINE_ID — Identifies the archived bank statement line to which the reconciliation record relates.
- REFERENCE_TYPE / REFERENCE_ID — Describe the reconciled object, such as a journal entry line (JE_LINE), a receipt or other treasury line (ROI_LINE), or a statement reference.
- JE_HEADER_ID — Links the record to the generated journal entry header in the General Ledger interface or accounting tables.
- ORG_ID — The operating unit that owns the reconciliation row; drives the operating-unit portion of the security predicate.
- LEGAL_ENTITY_ID — The legal entity associated with the row, used by the legal-entity branch of the security predicate.
- REFERENCE_STATUS, STATUS_FLAG, ACTION_FLAG — Track the lifecycle state of the archived reference and its processing status.
- CURRENT_RECORD_FLAG, AUTO_RECONCILED_FLAG — Indicate whether the record is the current version and whether reconciliation was performed automatically.
- REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE — Standard concurrent program audit columns identifying the archival run that created or last updated the row.
- AMOUNT — The reconciled monetary value.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE — Standard WHO audit columns.
Common Use Cases and Queries
Typical usage includes auditing historical reconciliations, reconciling archived statement activity to journal entries, and feeding downstream cash-position or treasury reporting. Because the view enforces security, it is safe to expose to operational users; the all-organization table should not be queried directly.
Sample query for archived JE-linked reconciliations:
- SELECT statement_line_id, reference_id, je_header_id, amount, current_record_flag FROM ce_arch_reconciliations WHERE reference_type = 'JE_LINE' AND org_id = :p_org_id ORDER BY creation_date DESC;
To trace the archival run that produced a record, join on REQUEST_ID to FND_CONCURRENT_REQUESTS. For legal-entity-scoped analysis, filter on LEGAL_ENTITY_ID. Always restrict results by ORG_ID or a date range to avoid scanning the full archive.
-
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: 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 ,
-
SYNONYM: APPS.CE_ARCH_RECONCILIATIONS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_ARCH_RECONCILIATIONS_ALL, status:VALID,
-
PACKAGE BODY: APPS.CE_CEPURGE_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CE_CEPURGE_XMLP_PKG, status:VALID,
-
SYNONYM: APPS.CE_ARCH_RECONCILIATIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_ARCH_RECONCILIATIONS_ALL, status:VALID,
-
PACKAGE BODY: APPS.CE_PURGE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CE_PURGE, status:VALID,
-
PACKAGE BODY: APPS.CE_CEPURGE_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CE_CEPURGE_XMLP_PKG, status:VALID,
-
VIEW: APPS.CE_SECURITY_PROFILES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_SECURITY_PROFILES_V, object_name:CE_SECURITY_PROFILES_V, status:VALID,
-
VIEW: APPS.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,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.XTR_USER_ACCESS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:XTR_USER_ACCESS, status:VALID,
-
PACKAGE: APPS.FND_ACCESS_CONTROL_UTIL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_ACCESS_CONTROL_UTIL, status:VALID,
-
PACKAGE: APPS.XTR_USER_ACCESS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:XTR_USER_ACCESS, status:VALID,
-
PACKAGE: APPS.FND_ACCESS_CONTROL_UTIL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_ACCESS_CONTROL_UTIL, status:VALID,
-
VIEW: APPS.CE_SECURITY_PROFILES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_SECURITY_PROFILES_V, object_name:CE_SECURITY_PROFILES_V, status:VALID,
-
VIEW: APPS.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,
-
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
-
APPS.CE_CEPURGE_XMLP_PKG dependencies on CE_ARCH_RECONCILIATIONS
12.2.2
-
APPS.CE_PURGE dependencies on CE_ARCH_RECONCILIATIONS
12.2.2
-
APPS.CE_CEPURGE_XMLP_PKG dependencies on CE_ARCH_RECONCILIATIONS
12.1.1
-
APPS.CE_CEPURGE_XMLP_PKG SQL Statements
12.2.2
-
APPS.CE_CEPURGE_XMLP_PKG SQL Statements
12.1.1
-
PACKAGE: APPS.MO_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:MO_GLOBAL, status:VALID,
-
PACKAGE: APPS.MO_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:MO_GLOBAL, status:VALID,
-
APPS.CE_PURGE SQL Statements
12.2.2
-
APPS.CE_PURGE dependencies on CE_ARCH_LINES
12.2.2
-
APPS.CE_PURGE dependencies on CE_ARCH_HEADERS
12.2.2
-
PACKAGE BODY: APPS.CE_CEPURGE_XMLP_PKG
12.2.2
-
PACKAGE BODY: APPS.CE_CEPURGE_XMLP_PKG
12.1.1
-
eTRM - CE Tables and Views
12.1.1
description: This table stores the error or warning messages from ZBA deal creation process ,
-
PACKAGE BODY: APPS.AD_MORG
12.1.1
-
PACKAGE BODY: APPS.AD_MORG
12.2.2
-
PACKAGE BODY: APPS.CE_PURGE
12.2.2
-
eTRM - CE Tables and Views
12.2.2
description: This table stores the error or warning messages from ZBA deal creation process ,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.FND_PROFILE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,
-
PACKAGE: APPS.FND_PROFILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
eTRM - CE Tables and Views
12.1.1
description: This table stores the error or warning messages from ZBA deal creation process ,
-
PACKAGE: APPS.FND_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
eTRM - CE Tables and Views
12.2.2
description: This table stores the error or warning messages from ZBA deal creation process ,