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


TABLE: XDP.XDP_ORDER_RELATIONSHIPS

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


XDP_ORDER_RELATIONSHIPS holds the relationship between orders.
The order relationship definition is as followed:
Values: Meaning:
XDP_TYPES.IS_PREREQUISITE_OF Related order will not get executed
until the current order is
completed. If the current order is
canceled, the related order will
also be canceled.
XDP_TYPES.COMES_BEFORE Related order will not get executed
until the current order is
completed or the current order is
canceled.
XDP_TYPES.COMES_AFTER Current order will not get executed
until the related order is
completed or the related order is
canceled.
XDP_TYPES.IS_CHILD_OF Current order is the child order of
the related order.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
XDP_ORDER_RELATIONSHIPS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnORDER_ID
ColumnRELATED_ORDER_ID
XDP_ORDER_RELATIONSHIPS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRELATED_ORDER_ID
Columns
Name Datatype Length Mandatory Comments
ORDER_ID NUMBER
Yes Unique order identification
RELATED_ORDER_ID NUMBER
Yes Unique identifier for related order
ORDER_RELATIONSHIP VARCHAR2 (40) Yes Order relationship
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 ORDER_ID
,      RELATED_ORDER_ID
,      ORDER_RELATIONSHIP
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
FROM XDP.XDP_ORDER_RELATIONSHIPS;

Dependencies

[top of page]

XDP.XDP_ORDER_RELATIONSHIPS does not reference any database object

XDP.XDP_ORDER_RELATIONSHIPS is referenced by following:

SchemaAPPS
SynonymXDP_ORDER_RELATIONSHIPS