[Home] [Help]
[Dependency Information]
Object Name: | XDP_ORDER_PARAMETERS |
---|---|
Object Type: | TABLE |
Owner: | XDP |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
XDP_ORDER_PARAMETERS is used to hold all the parameters related to the order coming from the upstream system (Customer Care, Order Entry). These parameters are order level parameters.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
XDP_ORDER_PARAMETERS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ORDER_ID | NUMBER | Yes | Unique order identifier | |
ORDER_PARAMETER_NAME | VARCHAR2 | (40) | Yes | Order parameter name |
ORDER_PARAMETER_VALUE | VARCHAR2 | (4000) | Parameter value | |
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 ORDER_ID
, ORDER_PARAMETER_NAME
, ORDER_PARAMETER_VALUE
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATED_BY
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
FROM XDP.XDP_ORDER_PARAMETERS;
XDP.XDP_ORDER_PARAMETERS does not reference any database object
XDP.XDP_ORDER_PARAMETERS is referenced by following:
|
|
|