ZCX_OWF_DETAILS

This table contains information of all object workflows that customer has created.

Details

  • Schema: FUSION

  • Object owner: ZCX

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCX_OWF_DETAILS_PK

OWF_ID

Columns

Name Datatype Length Not-null Comments
OWF_ID NUMBER Yes Stores the primary key of zcx_owf_details.
OWF_NAME VARCHAR2 200 Yes Contains the name of the object workflow that has been created
OBJECT_NAME VARCHAR2 200 Yes Specifies the API name of the object the workflow is created on.
SANDBOX_NAME VARCHAR2 200 Indicates the sandbox name the object workflow was created/edited. NULL indicates the OWF is present in mainline.
ENABLED_FLAG VARCHAR2 1 The flag to check if object workflow is enabled.
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_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.

Indexes

Index Uniqueness Tablespace Columns
ZCX_OWF_DETAILS_N1 Non Unique Default OWF_NAME, OBJECT_NAME
ZCX_OWF_DETAILS_U1 Unique Default OWF_ID