Search Results ja_cn_cfs_item_mapping_lines
Overview
The JA_CN_CFS_ITEM_MAPPING_LINES table is a localizations data object owned by the JA schema within Oracle E-Business Suite, delivered as part of the Asia/Pacific Localizations product family. Its purpose is to store the mapping relationship between a cash flow statement (CFS) item and the value of the source from which that item is derived. This mapping underpins the generation of cash flow statements for Chinese statutory reporting requirements, where transactional and account-level source values must be translated into the specific line items prescribed by the reporting framework.
The table sits at the detail level of a header-to-line construct. The documentation explicitly states that a one-to-many relationship exists between the cash flow item mapping information stored in the header and the mapping lines stored here — that is, a single mapping definition account or range may resolve to multiple source values, each recorded as a separate row. The heuristic Data Vault classification mined from the foreign key structure is standalone, which in practice suggests modeling this object as an independent satellite rather than a dependent link, since its only documented foreign key points to a mapping header rather than to a core business entity hub. Analysts building a vault-style warehouse around EBS localizations should treat it as a descriptor of mapping configuration effective over time.
Key Information Stored
Eleven columns are documented for this table in the 12.2.2 physical schema. The most significant are described below.
- MAPPING_HEADER_ID — Foreign key to JA.JA_CN_CFS_ITEM_MAPPING_HEADERS (documented as referencing PER_PTU_DFF_MAPPING_HEADERS). This is the join key back to the header that owns the mapping definition and establishes the parent-child relationship.
- ORG_ID — Operating unit identifier, supporting multi-org partitioning so that mapping rules can differ by legal entity or operating unit.
- AC_VALUE — The source value used for mapping, typically an account or account-range value against which source balances are evaluated.
- DETAILED_CFS_ITEM — The detailed cash flow statement item to which the source value maps; this is the business outcome of the mapping.
- EFFECTIVE_START_DATE and EFFECTIVE_END_DATE — The date range during which the mapping line is valid, enabling dated, reproducible reporting across fiscal periods.
- CREATED_BY, CREATION_DATE, LAST_UPDATE_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — Standard EBS WHO columns providing auditability and change history.
The documentation does not identify a surrogate primary key column or named unique index; the combination of MAPPING_HEADER_ID, ORG_ID, AC_VALUE, and the effective dates functions as the practical business key for identifying a unique mapping line. Note that MAPPING_HEADER_ID is the only documented foreign key, and Data Vault classification is standalone.
Common Use Cases and Queries
The primary use case is verifying or troubleshooting cash flow statement generation: identifying why a particular source value resolved to a given report line, or why an expected line is missing. A second common scenario is reviewing effective-dated configuration to determine which mapping was active for a given period.
A typical query joins lines to their header and filters by operating unit and date:
- SELECT l.mapping_header_id, l.org_id, l.ac_value, l.detailed_cfs_item, l.effective_start_date, l.effective_end_date FROM ja.ja_cn_cfs_item_mapping_lines l WHERE l.org_id = :org_id AND :report_date BETWEEN l.effective_start_date AND NVL(l.effective_end_date, :report_date) ORDER BY l.ac_value;
- To trace a single item: add WHERE l.detailed_cfs_item = :cfs_item to return every source value feeding that line.
- To audit configuration changes, filter on last_update_date and created_by to isolate recently modified or newly added mapping lines.
Reporting extracts commonly feed reconciliation between subledger balances and the cash flow statement, and data-migration validation exercises comparing legacy mapping tables against the mapping definitions here.
Related Objects
The following objects are the most significant in relation to this table, based on the documented foreign key and the surrounding mapping construct:
- JA_CN_CFS_ITEM_MAPPING_HEADERS — The documented parent, joined on MAPPING_HEADER_ID.
- PER_PTU_DFF_MAPPING_HEADERS — The object referenced by the foreign key chain, forming the header-side mapping framework.
- JA_CN_CFS_ITEMS / cash flow statement item definitions — Reference data resolving DETAILED_CFS_ITEM into display labels.
- GL_CODE_COMBINATIONS — The chart of accounts source against which AC_VALUE is evaluated.
- GL_BALANCES and GL_JE_LINES — The transactional and balance sources reconciled to the mapped CFS items.
- HR_OPERATING_UNITS — Resolves ORG_ID into a meaningful operating unit name.
Together these objects support the configuration, execution, and audit of cash flow statement mapping within the JA localization for Oracle EBS 12.1.1 and 12.2.2.
-
Table: JA_CN_CFS_ITEM_MAPPING_LINES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JA_CN_CFS_ITEM_MAPPING_LINES, object_name:JA_CN_CFS_ITEM_MAPPING_LINES, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores the mapping relationship between cash flow item and the value of source. There is a one-to-many relationship between the cash flow item mapping information stored in the table and cash flow item mapping information stored , implementation_dba_data: JA.JA_CN_CFS_ITEM_MAPPING_LINES ,
-
Table: JA_CN_CFS_ITEM_MAPPING_LINES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JA_CN_CFS_ITEM_MAPPING_LINES, object_name:JA_CN_CFS_ITEM_MAPPING_LINES, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores the mapping relationship between cash flow item and the value of source. There is a one-to-many relationship between the cash flow item mapping header information stored in the table JA_CN_CFS_ITEM_MAPPINGS_ HDRS and cash , implementation_dba_data: JA.JA_CN_CFS_ITEM_MAPPING_LINES ,
-
SYNONYM: APPS.JA_CN_CFS_ITEM_MAPPING_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JA_CN_CFS_ITEM_MAPPING_LINES, status:VALID,
-
VIEW: JA.JA_CN_CFS_ITEM_MAPPING_LINES#
12.2.2
owner:JA, object_type:VIEW, object_name:JA_CN_CFS_ITEM_MAPPING_LINES#, status:VALID,
-
SYNONYM: APPS.JA_CN_CFS_ITEM_MAPPING_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JA_CN_CFS_ITEM_MAPPING_LINES, status:VALID,
-
TABLE: JA.JA_CN_CFS_ITEM_MAPPING_LINES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JA_CN_CFS_ITEM_MAPPING_LINES, object_name:JA_CN_CFS_ITEM_MAPPING_LINES, status:VALID,
-
VIEW: JA.JA_CN_CFS_ITEM_MAPPING_LINES#
12.2.2
-
TABLE: JA.JA_CN_CFS_ITEM_MAPPING_LINES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JA_CN_CFS_ITEM_MAPPING_LINES, object_name:JA_CN_CFS_ITEM_MAPPING_LINES, status:VALID,
-
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.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.JA_CN_CFS_IMA_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_CFS_IMA_PKG, status:VALID,
-
APPS.JA_CN_CFS_IMA_PKG SQL Statements
12.1.1
-
APPS.JA_CN_CFS_IMA_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.JA_CN_CFS_CLT_SLA_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_CFS_CLT_SLA_PKG, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_CFS_IMA_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_CFS_IMA_PKG, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_CFS_CLT_SLA_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_CFS_CLT_SLA_PKG, status:VALID,
-
TABLE: JA.JA_CN_CFS_ITEM_MAPPING_HDRS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JA_CN_CFS_ITEM_MAPPING_HDRS, object_name:JA_CN_CFS_ITEM_MAPPING_HDRS, status:VALID,
-
TABLE: JA.JA_CN_CFS_ITEM_MAPPING_HDRS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JA_CN_CFS_ITEM_MAPPING_HDRS, object_name:JA_CN_CFS_ITEM_MAPPING_HDRS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.JA_CN_CFS_IMA_PKG
12.1.1
-
PACKAGE BODY: APPS.JA_CN_CFS_IMA_PKG
12.2.2
-
APPS.JA_CN_CFS_CLT_SLA_PKG SQL Statements
12.1.1
-
APPS.JA_CN_CFS_CLT_SLA_PKG SQL Statements
12.2.2
-
APPS.JA_CN_CFS_IMA_PKG dependencies on JA_CN_CFS_ITEM_MAPPING_LINES
12.2.2
-
APPS.JA_CN_CFS_CLT_SLA_PKG dependencies on JA_CN_CFS_ITEM_MAPPING_LINES
12.1.1
-
APPS.JA_CN_CFS_IMA_PKG dependencies on JA_CN_CFS_ITEM_MAPPING_LINES
12.1.1
-
APPS.JA_CN_CFS_CLT_SLA_PKG dependencies on JA_CN_CFS_ITEM_MAPPING_LINES
12.2.2
-
PACKAGE BODY: APPS.JA_CN_CFS_CLT_SLA_PKG
12.1.1
-
PACKAGE BODY: APPS.JA_CN_CFS_CLT_SLA_PKG
12.2.2
-
APPS.JA_CN_CFS_IMA_PKG dependencies on FND_FLEX_VALUES
12.1.1
-
APPS.JA_CN_CFS_IMA_PKG dependencies on FND_FLEX_VALUES
12.2.2
-
APPS.JA_CN_CFS_IMA_PKG dependencies on FND_FLEX_VALUES_TL
12.2.2
-
APPS.JA_CN_CFS_IMA_PKG dependencies on FND_FLEX_VALUES_TL
12.1.1
-
APPS.JA_CN_CFS_CLT_SLA_PKG dependencies on JA_CN_CFS_ITEM_MAPPING_HDRS
12.1.1
-
APPS.JA_CN_CFS_CLT_SLA_PKG dependencies on JA_CN_CFS_ITEM_MAPPING_HDRS
12.2.2
-
APPS.JA_CN_CFS_IMA_PKG dependencies on FND_FLEX_VALUE_SETS
12.1.1
-
APPS.JA_CN_CFS_IMA_PKG dependencies on JA_CN_CASH_VALUESETS_ALL
12.2.2
-
APPS.JA_CN_CFS_IMA_PKG dependencies on JA_CN_CASH_VALUESETS_ALL
12.1.1
-
APPS.JA_CN_CFS_IMA_PKG dependencies on FND_FLEX_VALUE_SETS
12.2.2
-
eTRM - JA Tables and Views
12.1.1
description: The 'JA_CN_SYSTEM_PARAMETERS_ALL' table stores information defined by 'System Options' form, 'Electronic Accounting Book Export' program will get most data from data in the table. A legal entity can only have one record in the table. ,
-
eTRM - JA Tables and Views
12.2.2
description: The 'JA_CN_VOUCHER_NUMBER' table stores the voucher number of GL journal lines. ,
-
eTRM - JA Tables and Views
12.1.1
description: The 'JA_CN_SYSTEM_PARAMETERS_ALL' table stores information defined by 'System Options' form, 'Electronic Accounting Book Export' program will get most data from data in the table. A legal entity can only have one record in the table. ,
-
12.2.2 DBA Data
12.2.2