FUN_RAPID_DEFAULT_ACCOUNTS

Stores the input xml files for Rapid Start

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

FUN_RAPID_DEFAULT_ACCOUNTS_PK

DEFAULT_ACCOUNT_ID

Columns

Name Datatype Length Precision Not-null Comments
DEFAULT_ACCOUNT_ID NUMBER 18 Yes Unique sequence identifier for the generated account for defaulting into the accounting specifications included in the setup objects of various Fusion Financials products.
DEFAULT_ACCOUNT_NAME VARCHAR2 240 Yes Name of the generated account for defaulting into the accounting specifications included in the setup objects of various Fusion Financials products.
CHART_OF_ACCOUNTS_ID NUMBER 18 Yes Accounting key flexfield structure instance identifier.
LEDGER_ID NUMBER 18 Yes Ledger identifier.
LEGAL_ENTITY_ID NUMBER 18 Yes Legal entity identifier.
BUSINESS_UNIT_ID NUMBER 18 Yes Business unit identifier.
NATURAL_ACCOUNT_SEGMENT_VALUE VARCHAR2 25 Yes Account value for the natural account segment of the generated account code combination.
CODE_COMBINATION_ID NUMBER 18 Yes Account code combination identifier of the generated account.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates 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
FUN_RAPID_DEFAULT_ACCOUNTS_U1 Unique Default DEFAULT_ACCOUNT_ID
FUN_RAPID_DEFAULT_ACCOUNTS_U2 Unique Default DEFAULT_ACCOUNT_NAME, CHART_OF_ACCOUNTS_ID, LEDGER_ID, LEGAL_ENTITY_ID, BUSINESS_UNIT_ID