DBA Data[Home] [Help] [Dependency Information]


TABLE: OKE.OKE_WORKFLOWS

Object Details
Object Name: OKE_WORKFLOWS
Object Type: TABLE
Owner: OKE
Subobject Name:
Status: VALID


This table stores the linkage between workflow processes and source/usage combination.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
SOURCE_CODE VARCHAR2 (30) Yes Internal identifier for source
USAGE_CODE VARCHAR2 (30) Yes Internal identifier for usage
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
WF_ITEM_TYPE VARCHAR2 (8)
Deliverable workflow item type
WF_PROCESS VARCHAR2 (30)
Deliverable workflow process
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT SOURCE_CODE
,      USAGE_CODE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      WF_ITEM_TYPE
,      WF_PROCESS
FROM OKE.OKE_WORKFLOWS;

Dependencies

[top of page]

OKE.OKE_WORKFLOWS does not reference any database object

OKE.OKE_WORKFLOWS is referenced by following:

SchemaAPPS
SynonymOKE_WORKFLOWS