ACA_WF_LIFECYCLE_STATUSES

Stores information about Lifecycle Statuses

Details

  • Schema: FUSION

  • Object owner: ACA

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

ACA_WF_LIFECYCLE_STATUSES_PK

WF_LIFECYCLE_STATUS_ID

Columns

Name Datatype Length Precision Not-null Comments
WF_LIFECYCLE_STATUS_ID NUMBER 18 Yes Primary Key of the table ACA_WF_LIFECYCLE_STATUSES
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.
ENTITY_NAME VARCHAR2 30 Yes Name of the entity that gets stored in this column
ENTITY_ID1 NUMBER 18 Object Identifier 1 that gets stored in this column
ENTITY_ID2 NUMBER 18 Object Identifier 2 that gets stored in this column
ENTITY_ID3 NUMBER 18 Object Identifier 3 that gets stored in this column
ENTITY_ID4 NUMBER 18 Object Identifier 4 that gets stored in this column
ENTITY_ID5 NUMBER 18 Object Identifier 5 that gets stored in this column
INTERNAL_NAME VARCHAR2 80 Yes Lifecycle Status row Internal Name that gets stored in this column.
SEQUENCE_NUMBER NUMBER Sequence number of the lifecycle status
STATUS_CODE NUMBER 18 Status Code that gets stored in this column
START_DATE TIMESTAMP Start date that gets stored in this column
COMPLETION_DATE TIMESTAMP Completion date that gets stored in this column
AUTO_PROMOTE_STATUS NUMBER 18 Flag to indicate if the status should be automatically promoted to the next status
AUTO_DEMOTE_STATUS NUMBER 18 Flag to indicate if the status should be automatically demoted to the next status
WORKFLOW_STATUS VARCHAR2 30 Status of the workflow that gets stored in this column
EDITABLE_FLAG VARCHAR2 1 Change editable flag that gets stored in this column
ACTIVE_FLAG VARCHAR2 1 Yes Flag to indicate if the status is active
ITERATION_NUMBER NUMBER Yes Iteration Number of the status that gets stored in this column
WF_SIG_POLICY VARCHAR2 30 Workflow SIG FLAG that gets stored in this column
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_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.
WF_PROCESS_INSTANCE_ID NUMBER 18 Change workflow BPEL instance id
WF_PROCESS_TEMPLATE VARCHAR2 100 BPEL Workflow Switcher Name that gets stored in this column
SKIP_REQUEST_COMMENT VARCHAR2 1 Skip Request Comment that gets stored in this column
SKIP_NOTIFICATION VARCHAR2 1 Skip Notification that gets stored in this column
ENTRY_CRITERIA_RULE_SET_NAME VARCHAR2 30 Entry criteria required to be met while entering in to the status represented in thie row.
EXIT_CRITERIA_RULE_SET_NAME VARCHAR2 30 Exit criteria which needs to be met before moving out of the status represented by this row.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
ACA_WF_LIFECYCLE_STATUSES aca_wf_status_b STATUS_CODE
aca_wf_status_properties aca_wf_lifecycle_statuses WF_LIFECYCLE_STATUS_ID

Indexes

Index Uniqueness Tablespace Columns
ACA_WF_LIFECYCLE_STATUSES_N1 Non Unique Default ENTITY_NAME, ENTITY_ID1, ENTITY_ID2
ACA_WF_LIFECYCLE_STATUSES_N2 Non Unique Default STATUS_CODE
ACA_WF_LIFECYCLE_STATUSES_U1 Unique Default WF_LIFECYCLE_STATUS_ID, ORA_SEED_SET1
ACA_WF_LIFECYCLE_STATUSES_U11 Unique Default WF_LIFECYCLE_STATUS_ID, ORA_SEED_SET2