FUN_WF_RULES_LISTS
List Id is the Identifer of each list created
Details
-
Schema: FUSION
-
Object owner: FUN
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
fun_wf_rules_lists_PK |
LIST_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
LIST_ID | NUMBER | 18 | Yes | List Id is the Identifer of each list created | |
LIST_NAME | VARCHAR2 | 100 | Yes | LIST_NAME Indicates the Name of the list, for each list uploaded through rules spreadsheet | |
WORKFLOW_ID | NUMBER | 18 | Yes | Represents the workflow for which the list is created | |
LIST_VALUE | CLOB | LIST_VALUE is to store the list of values as clob for each list mentioned in the spreadsheet | |||
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
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_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
fun_wf_rules_lists_N1 | Non Unique | Default | WORKFLOW_ID |
fun_wf_rules_lists_N2 | Non Unique | Default | LIST_NAME, WORKFLOW_ID |
fun_wf_rules_lists_PK | Unique | Default | LIST_ID |