Search Results ja_cn_sub_acc_mapping
Overview
The JA_CN_SUB_ACC_MAPPING table is a validation table owned by the JA schema within the Oracle E-Business Suite Asia/Pacific Localizations product family. It stores the configuration defined through the Subsidiary Account Source form, which captures the legacy settings used by the Data Export process for Chinese subsidiary accounting. In practical terms, the table functions as a mapping repository that links a chart of accounts to the subsidiary segment code and the account source and context codes that drive how subsidiary account information is exported and reconciled.
From a Data Vault modeling perspective, the mined relationship metadata classifies this object as standalone. This is a heuristic classification rather than an authoritative declaration, and it suggests the table may be modeled as a standalone reference or lookup structure rather than as a hub, link, or satellite. Because it holds configuration rather than transactional events, a reference-table treatment is the most natural fit.
The table is documented as VALID at the 12.2.2 release level and contains nine physical columns. It is notable that the table has a foreign key reference to GL_MGT_SEG_UPGRADE_H rather than to a core General Ledger table, which reflects its role in supporting segment upgrade and localization-related configuration.
Key Information Stored
The nine documented columns divide into business-key configuration attributes and standard Oracle audit columns:
- CHART_OF_ACCOUNTS_ID — Identifies the chart of accounts to which the subsidiary account mapping applies. This column carries a foreign key reference to
GL_MGT_SEG_UPGRADE_Hand is the primary business-key candidate for joining to ledger and accounting configuration. - SUBSIDIARY_SEGMENT_CODE — Holds the subsidiary segment value used to identify the reporting entity within the account structure.
- SOURCES_CODE — Specifies the account source code that determines how the subsidiary account value is derived during Data Export.
- CONTEXT_CODE — Provides the context under which the source-to-account mapping is applied, allowing multiple configurations to coexist for different processing scenarios.
- CREATED_BY, CREATION_DATE — Standard audit columns recording the user and timestamp of initial row creation.
- LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — Standard audit columns capturing the most recent modification and the login session associated with it.
No explicit surrogate primary key column is documented in the available metadata; the combination of CHART_OF_ACCOUNTS_ID, SUBSIDIARY_SEGMENT_CODE, SOURCES_CODE, and CONTEXT_CODE functions as the composite business key. The audit columns follow the conventional EBS WHO column pattern maintained by database triggers or the OAF framework.
Common Use Cases and Queries
The most common scenario is auditing or reproducing the subsidiary account source configuration that existed at the time of a prior Data Export run. Because this table preserves the previous setting, it is frequently consulted when reconciling historical exports or troubleshooting changes to subsidiary segment derivation.
A typical query retrieves the full mapping for a specific chart of accounts:
SELECT chart_of_accounts_id, subsidiary_segment_code, sources_code, context_code FROM ja.ja_cn_sub_acc_mapping WHERE chart_of_accounts_id = :coa_id;
Change-audit reporting uses the LAST_UPDATE_DATE and LAST_UPDATED_BY columns to identify who modified a mapping and when, which is valuable during localization support engagements. A further use case joins to GL_MGT_SEG_UPGRADE_H to correlate subsidiary account source settings with segment upgrade history:
SELECT m.subsidiary_segment_code, m.sources_code, h.* FROM ja.ja_cn_sub_acc_mapping m, gl.gl_mgt_seg_upgrade_h h WHERE m.chart_of_accounts_id = h.chart_of_accounts_id;
Reporting extracts also compare SOURCES_CODE values across contexts to verify that subsidiary accounts resolve consistently before running Data Export.
Related Objects
- GL_MGT_SEG_UPGRADE_H — Referenced directly by
JA_CN_SUB_ACC_MAPPING.CHART_OF_ACCOUNTS_ID; the segment upgrade history table links mapping configuration to upgrade events. - GL_CODE_COMBINATIONS — Provides the chart of accounts and segment value context underlying
CHART_OF_ACCOUNTS_IDandSUBSIDIARY_SEGMENT_CODE. - GL_LEDGERS / GL_LEDGER_CONFIGURATIONS — Supply the ledger context associated with the chart of accounts referenced in the mapping.
- JA_CN_DATA_EXPORT (and related Data Export concurrent programs) — Consume the mapping configuration stored here when generating subsidiary account output.
- FND_FLEX_VALUES / FND_FLEX_VALUE_SETS — Define the segment values used by
SUBSIDIARY_SEGMENT_CODEand validate the account source and context codes.
Because the Data Vault classification is standalone, no downstream link tables are documented as dependent on this object; referencing relationships are configuration-driven rather than referential-integrity enforced.
-
Table: JA_CN_SUB_ACC_MAPPING
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JA_CN_SUB_ACC_MAPPING, object_name:JA_CN_SUB_ACC_MAPPING, status:VALID, product: JA - Asia/Pacific Localizations , description: The 'JA_CN_SUB_ACC_MAPPING' table stores information defined by 'Subsidiary Account Source' form, this is the previous setting of Data Export. , implementation_dba_data: JA.JA_CN_SUB_ACC_MAPPING ,
-
VIEW: JA.JA_CN_SUB_ACC_MAPPING#
12.2.2
owner:JA, object_type:VIEW, object_name:JA_CN_SUB_ACC_MAPPING#, status:VALID,
-
SYNONYM: APPS.JA_CN_SUB_ACC_MAPPING
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JA_CN_SUB_ACC_MAPPING, status:VALID,
-
TABLE: JA.JA_CN_SUB_ACC_MAPPING
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JA_CN_SUB_ACC_MAPPING, object_name:JA_CN_SUB_ACC_MAPPING, status:VALID,
-
VIEW: JA.JA_CN_SUB_ACC_MAPPING#
12.2.2
-
PACKAGE BODY: APPS.JA_CN_SIOA_EXPORT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_SIOA_EXPORT_PKG, status:VALID,
-
APPS.JA_CN_UDR_EXPORT SQL Statements
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.JA_CN_SIOA_EXPORT_PKG SQL Statements
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.JA_CN_HISDATA_MIG_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_HISDATA_MIG_PKG, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_POST_UTILITY_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_POST_UTILITY_PKG, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_ACC_JE_ITEMIZATION_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_ACC_JE_ITEMIZATION_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.JA_CN_UDR_EXPORT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_UDR_EXPORT, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_UDRV_EXPORT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_UDRV_EXPORT, status:VALID,
-
APPS.JA_CN_HISDATA_MIG_PKG SQL Statements
12.2.2
-
APPS.JA_CN_ACC_JE_ITEMIZATION_PKG SQL Statements
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.JA_CN_SIOA_EXPORT_PKG
12.2.2
-
APPS.JA_CN_UDRV_EXPORT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.JA_CN_UDR_EXPORT
12.2.2
-
PACKAGE BODY: APPS.JA_CN_HISDATA_MIG_PKG
12.2.2
-
APPS.JA_CN_POST_UTILITY_PKG dependencies on JA_CN_SUB_ACC_MAPPING
12.2.2
-
APPS.JA_CN_ACC_JE_ITEMIZATION_PKG dependencies on JA_CN_SUB_ACC_MAPPING
12.2.2
-
APPS.JA_CN_UDR_EXPORT dependencies on JA_CN_SUB_ACC_MAPPING
12.2.2
-
APPS.JA_CN_UDRV_EXPORT dependencies on JA_CN_SUB_ACC_MAPPING
12.2.2
-
APPS.JA_CN_HISDATA_MIG_PKG dependencies on JA_CN_SUB_ACC_MAPPING
12.2.2
-
APPS.JA_CN_SIOA_EXPORT_PKG dependencies on JA_CN_SUB_ACC_MAPPING
12.2.2
-
PACKAGE BODY: APPS.JA_CN_ACC_JE_ITEMIZATION_PKG
12.2.2
-
PACKAGE BODY: APPS.JA_CN_UDRV_EXPORT
12.2.2
-
APPS.JA_CN_SIOA_EXPORT_PKG dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.JA_CN_SIOA_EXPORT_PKG dependencies on XLA_ANALYTICAL_HDRS_B
12.2.2
-
APPS.JA_CN_SIOA_EXPORT_PKG dependencies on FND_FLEX_VALUE_SETS
12.2.2
-
APPS.JA_CN_UDR_EXPORT dependencies on FND_FLEX_VALUE_SETS
12.2.2
-
APPS.JA_CN_UDR_EXPORT dependencies on FND_ID_FLEX_SEGMENTS
12.2.2
-
APPS.JA_CN_POST_UTILITY_PKG dependencies on GL_LEDGER_LE_V
12.2.2
-
APPS.JA_CN_SIOA_EXPORT_PKG dependencies on XLA_ANALYTICAL_HDRS_TL
12.2.2
-
APPS.JA_CN_SIOA_EXPORT_PKG dependencies on FND_ID_FLEX_SEGMENTS
12.2.2
-
APPS.JA_CN_SIOA_EXPORT_PKG dependencies on FND_SEGMENT_ATTRIBUTE_VALUES
12.2.2
-
APPS.JA_CN_UDR_EXPORT dependencies on GL_LEDGERS
12.2.2
-
APPS.JA_CN_ACC_JE_ITEMIZATION_PKG dependencies on XLA_ANALYTICAL_DTLS_B
12.2.2
-
APPS.JA_CN_UDR_EXPORT dependencies on FND_SEGMENT_ATTRIBUTE_VALUES
12.2.2
-
APPS.JA_CN_SIOA_EXPORT_PKG dependencies on GL_LEDGERS
12.2.2
-
APPS.JA_CN_ACC_JE_ITEMIZATION_PKG dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.JA_CN_ACC_JE_ITEMIZATION_PKG dependencies on GL_LEDGERS
12.2.2
-
APPS.JA_CN_POST_UTILITY_PKG SQL Statements
12.2.2
-
eTRM - JA Tables and Views
12.2.2
description: The 'JA_CN_VOUCHER_NUMBER' table stores the voucher number of GL journal lines. ,