Search Results ce_bank_stmt_map_line
Overview
CE_BANK_STMT_MAP_LINE is a Cash Management (CE) schema table in Oracle E-Business Suite Release 12.1.1 and 12.2.2 that stores the individual mapping definitions used to translate a bank's proprietary statement file layout into Oracle's standard bank statement interface format. Each row represents one source column or field of an inbound bank statement file and describes how that field should be interpreted, positioned, and formatted when loaded into the CE_BANK_STMT_INTERFACE staging structures. The parent table, CE_BANK_STMT_INT_MAP, holds the header-level definition for a named statement mapping, while CE_BANK_STMT_MAP_LINE holds the child-level detail required to parse each line of the incoming file.
The heuristic Data Vault classification mined from the foreign key structure is satellite-leaning. In modeling terms, this object behaves like a satellite attached to the CE_BANK_STMT_INT_MAP hub/link structure, since it enriches the parent mapping definition with descriptive attributes and is joined to its parent through MAP_ID. The table is considered a modeling suggestion only; the physical schema is a conventional relational child table.
Key Information Stored
The table contains 30 documented columns. The most business-relevant include:
- MAP_LINE_ID — Surrogate primary key, uniquely identifying each mapping line. Enforced by the CE_BANK_STMT_MAP_LINE_PK constraint.
- MAP_ID — Foreign key to CE_BANK_STMT_INT_MAP; ties each line to its parent mapping definition.
- COLUMN_NAME — Name of the target interface column (for example, the destination field in the bank statement interface).
- REC_ID_NO — Record identifier number used to distinguish record types within the parsed file.
- POSITION — Ordinal position or offset of the field within the source record, driving positional parsing logic.
- FORMAT — Format mask applied when interpreting the source field.
- INCLUDE_FORMAT_IND — Indicator controlling whether the format specification is applied during parsing.
- CONCATENATE_FORMAT_FLAG — Flag governing concatenation behavior for composite fields.
- ZD_EDITION_NAME — Editioning column introduced under Edition-Based Redefinition in 12.2; combined with MAP_LINE_ID it forms the unique index CE_BANK_STMT_MAP_LINE_U1.
- ATTRIBUTE_CATEGORY, ATTRIBUTE1–ATTRIBUTE15 — Descriptive flexfield columns provided for extensibility.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — Standard Oracle WHO audit columns.
The business-key candidate is the unique index CE_BANK_STMT_MAP_LINE_U1, spanning MAP_LINE_ID and ZD_EDITION_NAME. MAP_LINE_ID serves as the surrogate identity, while MAP_ID provides the parent linkage.
Common Use Cases and Queries
Typical uses include auditing how incoming bank statement formats are configured, verifying that each parent mapping has complete field definitions, and generating reports of mapping coverage before file loading. Administrators frequently query this table when troubleshooting failed statement loads, since an incorrect POSITION or FORMAT value causes parsing errors. A common retrieval pattern below lists all mapping lines for a given parent:
SELECT MAP_LINE_ID, COLUMN_NAME, POSITION, FORMAT FROM CE_BANK_STMT_MAP_LINE WHERE MAP_ID = :map_id ORDER BY POSITION;- Joining to the parent:
SELECT m.MAP_NAME, l.COLUMN_NAME, l.POSITION FROM CE_BANK_STMT_INT_MAP m, CE_BANK_STMT_MAP_LINE l WHERE m.MAP_ID = l.MAP_ID; - Duplicate-position validation: group by MAP_ID and POSITION to detect overlapping or missing field offsets.
Related Objects
The principal related object is the parent CE_BANK_STMT_INT_MAP, joined through CE_BANK_STMT_MAP_LINE.MAP_ID. Coverage and control consistencies are maintained via the CE_BANK_STMT_MAP_LINE_PK and CE_BANK_STMT_MAP_LINE_U1 indexes. Related Cash Management objects encountered alongside this table include the bank statement interface tables and mapping views used by the Bank Statement Reconciliation and Cash Management statement load programs. The standard WHO audit columns also relate logically to FND_USER via CREATED_BY and LAST_UPDATED_BY.
-
Table: CE_BANK_STMT_MAP_LINE
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_BANK_STMT_MAP_LINE, object_name:CE_BANK_STMT_MAP_LINE, status:VALID, product: CE - Cash Management , description: Bank Statement Mapping , implementation_dba_data: CE.CE_BANK_STMT_MAP_LINE ,
-
Table: CE_BANK_STMT_MAP_LINE
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_BANK_STMT_MAP_LINE, object_name:CE_BANK_STMT_MAP_LINE, status:VALID, product: CE - Cash Management , description: Bank Statement Mapping , implementation_dba_data: CE.CE_BANK_STMT_MAP_LINE ,
-
SYNONYM: APPS.CE_BANK_STMT_MAP_LINE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_BANK_STMT_MAP_LINE, status:VALID,
-
VIEW: APPS.CE_BANK_STMT_MAP_LINE_DFV
12.2.2
-
VIEW: APPS.CE_BANK_STMT_MAP_LINE_DFV
12.1.1
-
VIEW: APPS.CE_BANK_STMT_MAP_LINE_V
12.2.2
-
VIEW: CE.CE_BANK_STMT_MAP_LINE#
12.2.2
owner:CE, object_type:VIEW, object_name:CE_BANK_STMT_MAP_LINE#, status:VALID,
-
SYNONYM: APPS.CE_BANK_STMT_MAP_LINE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_BANK_STMT_MAP_LINE, status:VALID,
-
VIEW: APPS.CE_BANK_STMT_MAP_LINE_V
12.1.1
-
TRIGGER: APPS.CE_BANK_STMT_MAP_LINE+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:CE_BANK_STMT_MAP_LINE+, status:VALID,
-
TRIGGER: APPS.CE_BANK_STMT_MAP_LINE+
12.2.2
-
FUNCTION: APPS.CE_BANK_STMT_MAP_LINE=
12.2.2
-
12.2.2 DBA Data
12.2.2
-
VIEW: CE.CE_BANK_STMT_MAP_LINE#
12.2.2
-
TABLE: CE.CE_BANK_STMT_MAP_LINE
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_BANK_STMT_MAP_LINE, object_name:CE_BANK_STMT_MAP_LINE, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
Table: CE_BANK_STMT_INT_MAP
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_BANK_STMT_INT_MAP, object_name:CE_BANK_STMT_INT_MAP, status:VALID, product: CE - Cash Management , description: Bank Statement Mapping , implementation_dba_data: CE.CE_BANK_STMT_INT_MAP ,
-
TABLE: CE.CE_BANK_STMT_MAP_LINE
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_BANK_STMT_MAP_LINE, object_name:CE_BANK_STMT_MAP_LINE, status:VALID,
-
FUNCTION: APPS.CE_BANK_STMT_MAP_LINE=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:CE_BANK_STMT_MAP_LINE=, status:VALID,
-
Table: CE_BANK_STMT_INT_MAP
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_BANK_STMT_INT_MAP, object_name:CE_BANK_STMT_INT_MAP, status:VALID, product: CE - Cash Management , description: Bank Statement Mapping , implementation_dba_data: CE.CE_BANK_STMT_INT_MAP ,
-
VIEW: APPS.CE_BANK_STMT_MAP_LINE_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:CE_BANK_STMT_MAP_LINE_DFV, status:VALID,
-
PACKAGE BODY: APPS.CE_BANK_STMT_LDR_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CE_BANK_STMT_LDR_PKG, status:VALID,
-
View: CE_BANK_STMT_MAP_LINE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANK_STMT_MAP_LINE_V, object_name:CE_BANK_STMT_MAP_LINE_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_BANK_STMT_MAP_LINE_V ,
-
VIEW: APPS.CE_BANK_STMT_MAP_LINE_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:CE_BANK_STMT_MAP_LINE_DFV, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
View: CE_BANK_STMT_MAP_LINE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANK_STMT_MAP_LINE_V, object_name:CE_BANK_STMT_MAP_LINE_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_BANK_STMT_MAP_LINE_V ,
-
PACKAGE BODY: APPS.CE_BANK_STMT_LDR_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CE_BANK_STMT_LDR_PKG, status:VALID,
-
APPS.CE_BANK_STMT_LDR_PKG SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.CE_BANK_STMT_LDR_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.CE_BANK_STATEMENT_LOADER
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CE_BANK_STATEMENT_LOADER, status:VALID,
-
PACKAGE BODY: APPS.CE_BANK_STATEMENT_LOADER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CE_BANK_STATEMENT_LOADER, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.CE_BANK_STMT_MAP_LINE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANK_STMT_MAP_LINE_V, object_name:CE_BANK_STMT_MAP_LINE_V, status:VALID,
-
VIEW: APPS.CE_BANK_STMT_MAP_LINE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANK_STMT_MAP_LINE_V, object_name:CE_BANK_STMT_MAP_LINE_V, status:VALID,
-
PACKAGE BODY: APPS.CE_BANK_STMT_LDR_PKG
12.2.2
-
APPS.CE_BANK_STATEMENT_LOADER SQL Statements
12.1.1
-
PACKAGE BODY: APPS.CE_BANK_STMT_LDR_PKG
12.1.1
-
APPS.CE_BANK_STATEMENT_LOADER SQL Statements
12.2.2
-
APPS.CE_BANK_STMT_LDR_PKG dependencies on CE_BANK_STMT_MAP_LINE
12.1.1
-
APPS.CE_BANK_STATEMENT_LOADER dependencies on CE_BANK_STMT_MAP_LINE
12.2.2
-
APPS.CE_BANK_STATEMENT_LOADER dependencies on CE_BANK_STMT_MAP_LINE
12.1.1
-
APPS.CE_BANK_STMT_LDR_PKG dependencies on CE_BANK_STMT_MAP_LINE
12.2.2