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


TABLE: XDP.XDP_LINE_RELATIONSHIPS

Object Details
Object Name: XDP_LINE_RELATIONSHIPS
Object Type: TABLE
Owner: XDP
FND Design Data: TableXDP.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
XDP_LINE_RELATIONSHIPS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLINE_ITEM_ID
ColumnRELATED_LINE_ITEM_ID
XDP_LINE_RELATIONSHIPS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRELATED_LINE_ITEM_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

XDP.XDP_LINE_RELATIONSHIPS does not reference any database object

XDP.XDP_LINE_RELATIONSHIPS is referenced by following:

SchemaAPPS
SynonymXDP_LINE_RELATIONSHIPS