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


TABLE: XDP.XDP_ORDER_BUNDLES

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


XDP_ORDER_BUNDLES stores all bundles associated with an order.
A bundle is a grouping of line Items need to be processed together.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
XDP_ORDER_BUNDLES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnORDER_ID
ColumnBUNDLE_ID
Columns
Name Datatype Length Mandatory Comments
ORDER_ID NUMBER
Yes Unique internal order identifier
BUNDLE_ID NUMBER
Yes Unique bundle identifier defined by the calling system
STATUS VARCHAR2 (40) Yes Status of the bundle
CREATION_DATE DATE
Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column - with the user id from FND_USER
CREATED_BY NUMBER (15) Yes Standard Who column - with the user id from FND_USER
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
,      BUNDLE_ID
,      STATUS
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
FROM XDP.XDP_ORDER_BUNDLES;

Dependencies

[top of page]

XDP.XDP_ORDER_BUNDLES does not reference any database object

XDP.XDP_ORDER_BUNDLES is referenced by following:

SchemaAPPS
SynonymXDP_ORDER_BUNDLES