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


VIEW: APPS.OKE_WORKFLOWS_V

Object Details
Object Name: OKE_WORKFLOWS_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Database generated row identifier
SOURCE_CODE VARCHAR2 (30) Yes Internal identifier for source
USAGE_CODE VARCHAR2 (30) Yes Internal identifier for usage
CREATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
WF_ITEM_TYPE_NAME VARCHAR2 (80)
Workflow item type name
WF_ITEM_TYPE VARCHAR2 (8)
Workflow item type
WF_PROCESS_NAME VARCHAR2 (80)
Workflow process name
WF_PROCESS VARCHAR2 (30)
Workflow process
Query Text

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


SELECT ROW_ID
,      SOURCE_CODE
,      USAGE_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      WF_ITEM_TYPE_NAME
,      WF_ITEM_TYPE
,      WF_PROCESS_NAME
,      WF_PROCESS
FROM APPS.OKE_WORKFLOWS_V;

Dependencies

[top of page]

APPS.OKE_WORKFLOWS_V references the following:

SchemaAPPS
SynonymOKE_WORKFLOWS
ViewWF_ITEM_TYPES_VL
ViewWF_RUNNABLE_PROCESSES_V

APPS.OKE_WORKFLOWS_V is not referenced by any database object