[Home] [Help]
[Dependency Information]
Object Name: | XDP_ORDER_BUNDLES |
---|---|
Object Type: | TABLE |
Owner: | XDP |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
XDP_ORDER_BUNDLES_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
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 |
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;
XDP.XDP_ORDER_BUNDLES does not reference any database object
XDP.XDP_ORDER_BUNDLES is referenced by following:
|
|
|