JA_CN_SUB_ACC_MAPPINGS

This table contains information defined by 'Subsidiary Account Source'. This is the previous setting of data export.

Details

  • Schema: FUSION

  • Object owner: JA

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

JA_CN_SUB_ACC_MAPPINGS_PK

SUB_ACCOUNT_MAPPING_ID

Columns

Name Datatype Length Precision Not-null Comments
SUB_ACCOUNT_MAPPING_ID NUMBER 18 Yes An identifier that uniquely identifies a sub account mapping row.
CHART_OF_ACCOUNTS_ID NUMBER 18 Yes Chart of Accounts identifier for accounting key flexfield structure instance number.
SUBSIDIARY_SEGMENT_CODE VARCHAR2 20 Yes Subsidiary segment code, arranged by 'SEGMENT1', 'SEGMENT2' and so on.
SOURCES_CODE VARCHAR2 30 Yes Source code, including 'SLA', 'COA', 'PROJECT MODULE'.
CONTEXT_CODE VARCHAR2 30 Yes Context code of the descriptive flexfield segment.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
JA_CN_SUB_ACC_MAPPINGS ja_cn_sub_acc_sources CHART_OF_ACCOUNTS_ID

Indexes

Index Uniqueness Tablespace Columns
JA_CN_SUB_ACC_MAPPINGS_N1 Non Unique FUSION_TS_TX_DATA CHART_OF_ACCOUNTS_ID
JA_CN_SUB_ACC_MAPPINGS_U1 Unique FUSION_TS_TX_DATA SUB_ACCOUNT_MAPPING_ID