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


TABLE: XDP.XDP_WF_PROCESS_COORD

Object Details
Object Name: XDP_WF_PROCESS_COORD
Object Type: TABLE
Owner: XDP
FND Design Data: TableXDP.XDP_WF_PROCESS_COORD
Subobject Name:
Status: VALID


The XDP_WF_PROCESS_COORD table holds the information for coordinating workflow processes. It is degined to be used as an enhancement to the standard workflow ContinueFlow/WaitForFlow features. It should only be used internally.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
XDP_WF_PROCESS_COORD_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnWF_COORDINATION_ID
Columns
Name Datatype Length Mandatory Comments
WF_COORDINATION_ID NUMBER
Yes Identifier of the workflow coordination event
WF_ITEM_TYPE VARCHAR2 (8) Yes Parent workflow item type
WF_ITEM_KEY VARCHAR2 (240) Yes Parent workflow item key
WF_ACTIVITY_NAME VARCHAR2 (40) Yes Parent workflow activity
CHILD_PROCESS_NUM NUMBER
Yes Current number of child workflow process to coordinate with
CALLBACK VARCHAR2 (4000)
For future use
CREATION_DATE DATE
Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
CREATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
SECURITY_GROUP_ID NUMBER

Used in hosted environments
Query Text

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


SELECT WF_COORDINATION_ID
,      WF_ITEM_TYPE
,      WF_ITEM_KEY
,      WF_ACTIVITY_NAME
,      CHILD_PROCESS_NUM
,      CALLBACK
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
FROM XDP.XDP_WF_PROCESS_COORD;

Dependencies

[top of page]

XDP.XDP_WF_PROCESS_COORD does not reference any database object

XDP.XDP_WF_PROCESS_COORD is referenced by following:

SchemaAPPS
SynonymXDP_WF_PROCESS_COORD