[Home] [Help]
[Dependency Information]
| Object Name: | XDP_WI_RELATIONSHIPS |
|---|---|
| Object Type: | TABLE |
| Owner: | XDP |
| FND Design Data: | XDP.XDP_WI_RELATIONSHIPS
|
| 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: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| XDP_WI_RELATIONSHIPS_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
WORKITEM_INSTANCE_ID
RELATED_WI_INSTANCE_ID
|
| XDP_WI_RELATIONSHIPS_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
RELATED_WI_INSTANCE_ID
|
| 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:
APPS
XDP_WI_RELATIONSHIPS
|
|
|
|