FUN_ALLOC_STEPS
This table contains the properties of an allocation process step, including the name, description, type, and other information.
Details
-
Schema: FUSION
-
Object owner: FUN
-
Object type: TABLE
-
Tablespace: fun_alloc_steps
Primary Key
Name | Columns |
---|---|
FUN_ALLOC_STEPS_PK |
STEP_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
STEP_ID | NUMBER | 18 | Yes | Unique identifier for Allocation Process Step. | |
STEP_NAME | VARCHAR2 | 100 | Indicates the name of Allocation Process Step. | ||
STEP_DESCRIPTION | VARCHAR2 | 512 | Description of the Allocation Process Step. | ||
STEP_TYPE_CODE | VARCHAR2 | 30 | Yes | Type of the Allocation Process Step. Possible values are Allocation, Formula, and Reclass. | |
PROCESS_ID | NUMBER | 18 | Yes | Identifies the Allocation Process. | |
GROUP_CONTEXT_ID | NUMBER | 18 | Identifies the Allocation Process Group Context. | ||
ADDITIONAL_INFO | BLOB | Stores additional information required for process execution. | |||
POST_FLAG | VARCHAR2 | 1 | Yes | Flag to indicate if the transaction should be posted automatically. | |
REVIEW_FLAG | VARCHAR2 | 1 | Yes | Flag to indicate if allocation process should stop for transaction to be reviewed. | |
NO_TRANSACTION_OUTPUT_FLAG | VARCHAR2 | 1 | Yes | Flag to indicate if allocation process should stop if no transaction is created for an allocation step. | |
ROUNDING_DIFF_DESTINATION_CODE | VARCHAR2 | 30 | Rounding the difference destination of balances generated during process execution. | ||
ANALYTIC_VIEW_NAME | VARCHAR2 | 30 | Yes | Name of analytic view used to determine the chart of accounts and calendar applicable for the step. | |
CALCULATION_ONLY_FLAG | VARCHAR2 | 1 | Yes | Flag to indicate whether the output from the step is for calculation or for generating transaction lines. | |
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. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
FUN_ALLOC_STEPS | FUN_ALLOC_PROCESSES | PROCESS_ID |
FUN_ALLOC_STEPS | FUN_ALLOC_GROUP_CONTEXT | GROUP_CONTEXT_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FUN_ALLOC_STEPS_U1 | Unique | FUN_ALLOC_STEPS_U1 | STEP_ID |