FUN_ALLOC_VARIABLES

This table contains the properties of a variable, including the name, description, type, default value, and other information.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: fun_alloc_variables

Primary Key

Name Columns

FUN_ALLOC_VARIABLES_PK

VARIABLE_ID

Columns

Name Datatype Length Precision Not-null Comments
VARIABLE_ID NUMBER 18 Yes Unique identifier for Allocation Process Variable.
VARIABLE_NAME VARCHAR2 100 Yes Indicates the name of Variable.
VARIABLE_DESCRIPTION VARCHAR2 512 Description of Allocation Process Variable.
VARIABLE_TYPE_CODE VARCHAR2 30 Yes Type of Variable. Possible values are PERCENTAGE, NUMERIC, LEDGER, CURRENCY, and CHART_OF_ACCOUNTS.
DEFAULT_VALUE BLOB Default value for the variable.
OVERRIDE_FLAG VARCHAR2 1 Yes Flag to determine if the default value for a variable can be changed at runtime when the allocation process is executed.
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_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
FUN_ALLOC_VARIABLES_U1 Unique FUN_ALLOC_VARIABLES_U1 VARIABLE_ID