[Home] [Help]
[Dependency Information]
| Object Name: | XDP_LINE_RELATIONSHIPS |
|---|---|
| Object Type: | TABLE |
| Owner: | XDP |
| FND Design Data: | XDP.XDP_LINE_RELATIONSHIPS
|
| Subobject Name: | |
| Status: | VALID |
XDP_LINE_RELATIONSHIPS is used to identify whether a line item is part of a package line.
This table tracks the relationship between all of Line Items associated with a package within an order.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| XDP_LINE_RELATIONSHIPS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
LINE_ITEM_ID
RELATED_LINE_ITEM_ID
|
| XDP_LINE_RELATIONSHIPS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
RELATED_LINE_ITEM_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LINE_ITEM_ID | NUMBER | Yes | Identifier of an order line item | |
| RELATED_LINE_ITEM_ID | NUMBER | Yes | Identifier of a releated order line item | |
| LINE_RELATIONSHIP | VARCHAR2 | (40) | Yes | The relationship of the two line 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 LINE_ITEM_ID
, RELATED_LINE_ITEM_ID
, LINE_RELATIONSHIP
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATED_BY
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
FROM XDP.XDP_LINE_RELATIONSHIPS;
XDP.XDP_LINE_RELATIONSHIPS does not reference any database object
XDP.XDP_LINE_RELATIONSHIPS is referenced by following:
APPS
XDP_LINE_RELATIONSHIPS
|
|
|
|