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


TABLE: EAM.EAM_WO_WORKFLOWS

Object Details
Object Name: EAM_WO_WORKFLOWS
Object Type: TABLE
Owner: EAM
FND Design Data: TableEAM.EAM_WO_WORKFLOWS
Subobject Name:
Status: VALID


Table for storing workflow item type and keys corresponding to a work order. This will be used to show the Approval History information of work order.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
WIP_ENTITY_ID NUMBER

Stores the Wip Entity Id
WF_ITEM_TYPE VARCHAR2 (8)
This stores the workflow type workflow
WF_ITEM_KEY VARCHAR2 (240)
This stores the workflow key
LAST_UPDATE_DATE DATE

Standard Who Column
LAST_UPDATED_BY NUMBER

Standard Who Column
CREATION_DATE DATE

Standard Who Column
CREATED_BY NUMBER

Standard Who Column
LAST_UPDATE_LOGIN NUMBER

Standard Who Column
Query Text

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


SELECT WIP_ENTITY_ID
,      WF_ITEM_TYPE
,      WF_ITEM_KEY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM EAM.EAM_WO_WORKFLOWS;

Dependencies

[top of page]

EAM.EAM_WO_WORKFLOWS does not reference any database object

EAM.EAM_WO_WORKFLOWS is referenced by following:

SchemaAPPS
SynonymEAM_WO_WORKFLOWS