JA_CN_SYSTEM_PARAMETERS

This table contains information defined by 'System Options'. The 'Electronic Accounting Book Export' program receives data from the data that is available in the table. A legal entity can only have one record in the table.

Details

  • Schema: FUSION

  • Object owner: JA

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

JA_CN_SYSTEM_PARAMETERS_PK

LEGAL_ENTITY_ID

Columns

Name Datatype Length Precision Not-null Comments
LEGAL_ENTITY_ID NUMBER 18 Yes An identifier that uniquely identifies the legal entity.
COMPANY_NAME VARCHAR2 100 Yes Party name with which the company is registered.
BOOK_NAME VARCHAR2 50 Yes Name of the electronic accounting book.
BOOK_NUM VARCHAR2 50 Yes Number of the electronic accounting book.
ORGANIZATION_CODE VARCHAR2 20 Yes Organization code for accounting book information export.
ENT_QUALITY VARCHAR2 30 Yes Quality of the current company.
ENT_INDUSTRY VARCHAR2 100 Yes Industry to which the company belongs.
CNAO_STAND_VER VARCHAR2 60 Yes China National Audit Office standard version.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

Indexes

Index Uniqueness Tablespace Columns
JA_CN_SYSTEM_PARAMETERS_U1 Unique FUSION_TS_TX_DATA LEGAL_ENTITY_ID