[Home] [Help]
[Dependency Information]
Object Name: | XDP_WI_RELATIONSHIPS |
---|---|
Object Type: | TABLE |
Owner: | XDP |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The table XDP_WI_RELATIONSHIPS hold all the relationships of any Workitem within an order.
The work item relationship is defined as followed:
Values: Meaning:
XDP_TYPES.MERGED_INTO Related work item is merged into the
current work item. If the current
work item is completed, then the
related work item is completed.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
XDP_WI_RELATIONSHIPS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
XDP_WI_RELATIONSHIPS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
WORKITEM_INSTANCE_ID | NUMBER | Yes | Work item instance identifier | |
RELATED_WI_INSTANCE_ID | NUMBER | Yes | Related work item instance identifier | |
WI_RELATIONSHIP | VARCHAR2 | (40) | Yes | The relationship between the two work items |
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 |
Cut, paste (and edit) the following text to query this object:
SELECT WORKITEM_INSTANCE_ID
, RELATED_WI_INSTANCE_ID
, WI_RELATIONSHIP
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATED_BY
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
FROM XDP.XDP_WI_RELATIONSHIPS;
XDP.XDP_WI_RELATIONSHIPS does not reference any database object
XDP.XDP_WI_RELATIONSHIPS is referenced by following:
|
|
|