Search Results ja_cn_system_parameters_all
Overview
The JA.JA_CN_SYSTEM_PARAMETERS_ALL table is a configuration master within the Oracle E-Business Suite Asia/Pacific Localizations module (product code JA), specifically supporting the China localizations (JA_CN) required for statutory electronic accounting book reporting. It stores the values captured through the System Options form and serves as the primary configuration source consumed by the Electronic Accounting Book Export concurrent program. The program retrieves most of its runtime parameters from this table rather than from user entry, which ensures that exported accounting books conform consistently to the legal entity's declared reporting attributes.
The table enforces a strict cardinality rule: one legal entity may hold only one record. This is guaranteed by the unique index JA_CN_SYSTEM_PARAMETERS_U1 defined on LEGAL_ENTITY_ID. Under the heuristic Data Vault classification mined from the foreign key structure, this table is modeled as a standalone satellite. It carries descriptive, entity-level attributes keyed to a single parent (FV_LEGAL_ENTITIES) rather than acting as a hub or a link, which is consistent with its role as a one-row-per-entity configuration store. Physically the object is owned by the JA schema and exposes 22 documented columns in release 12.2.2.
Key Information Stored
The table blends identity, accounting, and statutory reporting attributes. The most significant columns are:
LEGAL_ENTITY_ID— the business-key column and sole unique index member; also the foreign key toFV_LEGAL_ENTITIES. It anchors each configuration row to exactly one legal entity.SET_OF_BOOKS_ID— links the configuration to the ledger used for reporting.BOOK_NAME,BOOK_NUM,COMPANY_NAME— statutory identifiers for the accounting book and the reporting company.ENT_QUALITY,ENT_INDUSTRY,ADMIN_DIVISION_CODE— enterprise classification attributes (enterprise quality, industry, and administrative division) used in regulatory filings.ROUNDING_RULE— the rounding convention applied when exporting monetary amounts.ACCOUNT_STRUCTURE_ID,ACCOUNT_STRUCTURE— the chart-of-accounts structure the export must follow.DEFAULT_CFS_ITEM— the default cash-flow-statement item used in book generation.CNAO_STAND_VER— the applicable CNAO (China National Audit Office) standard version.ORGANIZATION_ID— the inventory organization context.PARENT_LEGAL_ENTITY_ID— the parent entity for hierarchical reporting.BUDGET_MGMT_LEVEL,FUND_SOURCE— budgetary management level and funding source attributes.- Standard audit columns
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical usage centres on verifying configuration completeness before running the Electronic Accounting Book Export, and on retrieving statutory identifiers for reporting. A query to inspect a single entity's setup:
SELECT book_name, book_num, company_name, rounding_rule, cnao_stand_ver FROM ja.ja_cn_system_parameters_all WHERE legal_entity_id = :p_legal_entity_id;
A completeness check across entities, useful for pre-run validation:
SELECT p.legal_entity_id, p.book_name FROM ja.ja_cn_system_parameters_all p WHERE p.set_of_books_id IS NULL OR p.account_structure_id IS NULL;
Joining to the legal entity for a reporting extract:
SELECT le.name, p.book_num, p.company_name FROM ja.ja_cn_system_parameters_all p, fv_legal_entities le WHERE p.legal_entity_id = le.legal_entity_id;
Related Objects
FV_LEGAL_ENTITIES— referenced byJA_CN_SYSTEM_PARAMETERS_ALL.LEGAL_ENTITY_ID; the parent entity definition.GL_SETS_OF_BOOKS/GL_LEDGERS— joined viaSET_OF_BOOKS_IDto resolve ledger details.FND_ID_FLEX_STRUCTURES— referenced throughACCOUNT_STRUCTURE_IDfor the accounting structure.HR_ALL_ORGANIZATION_UNITS/ORG_ORGANIZATION_DEFINITIONS— context forORGANIZATION_ID.JA_CN_CFS_ITEMS— supplies theDEFAULT_CFS_ITEMreference.- The Electronic Accounting Book Export concurrent program and its associated System Options form — the primary functional consumers of this table.
-
Table: JA_CN_SYSTEM_PARAMETERS_ALL
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JA_CN_SYSTEM_PARAMETERS_ALL, object_name:JA_CN_SYSTEM_PARAMETERS_ALL, status:VALID, product: JA - Asia/Pacific Localizations , 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. , implementation_dba_data: JA.JA_CN_SYSTEM_PARAMETERS_ALL ,
-
Table: JA_CN_SYSTEM_PARAMETERS_ALL
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JA_CN_SYSTEM_PARAMETERS_ALL, object_name:JA_CN_SYSTEM_PARAMETERS_ALL, status:VALID, product: JA - Asia/Pacific Localizations , 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. , implementation_dba_data: JA.JA_CN_SYSTEM_PARAMETERS_ALL ,
-
VIEW: JA.JA_CN_SYSTEM_PARAMETERS_ALL#
12.2.2
owner:JA, object_type:VIEW, object_name:JA_CN_SYSTEM_PARAMETERS_ALL#, status:VALID,
-
SYNONYM: APPS.JA_CN_SYSTEM_PARAMETERS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JA_CN_SYSTEM_PARAMETERS_ALL, status:VALID,
-
SYNONYM: APPS.JA_CN_SYSTEM_PARAMETERS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JA_CN_SYSTEM_PARAMETERS_ALL, status:VALID,
-
VIEW: JA.JA_CN_SYSTEM_PARAMETERS_ALL#
12.2.2
-
TABLE: JA.JA_CN_SYSTEM_PARAMETERS_ALL
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JA_CN_SYSTEM_PARAMETERS_ALL, object_name:JA_CN_SYSTEM_PARAMETERS_ALL, status:VALID,
-
TABLE: JA.JA_CN_SYSTEM_PARAMETERS_ALL
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JA_CN_SYSTEM_PARAMETERS_ALL, object_name:JA_CN_SYSTEM_PARAMETERS_ALL, status:VALID,
-
APPS.JA_CN_ETC_CONC_PROG SQL Statements
12.2.2
-
APPS.JA_CN_ETC_CONC_PROG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.JA_CN_GL_EAB_EXPORT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_GL_EAB_EXPORT_PKG, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_CFSSE_GENERATE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_CFSSE_GENERATE_PKG, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_CFSSE_GENERATE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_CFSSE_GENERATE_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.JA_CN_PS_FSG_XML_SUBMIT_PROG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_PS_FSG_XML_SUBMIT_PROG, status:VALID,
-
APPS.JA_CN_CFSSE_GENERATE_PKG SQL Statements
12.1.1
-
APPS.JA_CN_GL_EAB_EXPORT_PKG SQL Statements
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.JA_CN_CFS_GENERATE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_CFS_GENERATE_PKG, status:VALID,
-
APPS.JA_CN_PS_SI_EAB_EXPORT_PKG SQL Statements
12.2.2
-
APPS.JA_CN_CFSSE_GENERATE_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.JA_CN_PS_SI_EAB_EXPORT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_PS_SI_EAB_EXPORT_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.JA_CN_EAB_EXPORT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_EAB_EXPORT_PKG, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_EAB_EXPORT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_EAB_EXPORT_PKG, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_ETC_CONC_PROG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_ETC_CONC_PROG, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_CFS_GENERATE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_CFS_GENERATE_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.JA_CN_CFS_DATA_CLT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_CFS_DATA_CLT_PKG, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_CFS_DATA_CLT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_CFS_DATA_CLT_PKG, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_FSG_XML_SUBMIT_PROG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_FSG_XML_SUBMIT_PROG, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_FSG_XML_SUBMIT_PROG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_FSG_XML_SUBMIT_PROG, status:VALID,
-
APPS.JA_CN_FSG_XML_SUBMIT_PROG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.JA_CN_ETC_CONC_PROG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_ETC_CONC_PROG, status:VALID,
-
PACKAGE BODY: APPS.JA_CN_UTILITY
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_CN_UTILITY, status:VALID,
-
APPS.JA_CN_EAB_EXPORT_PKG SQL Statements
12.1.1
-
APPS.JA_CN_CFS_GENERATE_PKG SQL Statements
12.1.1
-
APPS.JA_CN_CFS_GENERATE_PKG SQL Statements
12.2.2
-
APPS.JA_CN_UTILITY SQL Statements
12.2.2
-
APPS.JA_CN_EAB_EXPORT_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.JA_CN_EAB_EXPORT_PKG
12.2.2
-
PACKAGE BODY: APPS.JA_CN_EAB_EXPORT_PKG
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.JA_CN_UTILITY 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
-
12.2.2 FND Design Data
12.2.2
-
APPS.JA_CN_FSG_XML_SUBMIT_PROG SQL Statements
12.2.2