[Home] [Help]
[Dependency Information]
| Object Name: | OP_PRCE_CDS |
|---|---|
| Object Type: | TABLE |
| Owner: | GML |
| FND Design Data: | GML.OP_PRCE_CDS
|
| Subobject Name: | |
| Status: | VALID |
Order Entry Price Reason Codes are established in this table and used to record the reason for a price override in Order Entry. Tolerances are used to prevent changing a price over or under accepted ranges.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OP_PRCE_CDS_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
PRICEREAS_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PRICEREAS_CODE | VARCHAR2 | (4) | Yes | Uniquely defines reason for price change. |
| PRICE_REASON | VARCHAR2 | (70) | Yes | Reason for price change. |
| TOLERANCE_HI | NUMBER | Yes | The upper limit that a price can vary using this deviation reason. Valid values are 0 and higher. | |
| TOLERANCE_LO | NUMBER | Yes | The lower limit by which a price can vary using this price deviation reason. Valid values are 0 through 1. | |
| CREATION_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
| TEXT_CODE | NUMBER | (10) | ID which joins any rows of text in this table to the Text Table for this Module | |
| DELETE_MARK | NUMBER | (5) | Yes | Flag to indicate logical deletion; 0 means active and 1 means deleted. |
| TRANS_CNT | NUMBER | (10) | Not currently used |
Cut, paste (and edit) the following text to query this object:
SELECT PRICEREAS_CODE
, PRICE_REASON
, TOLERANCE_HI
, TOLERANCE_LO
, CREATION_DATE
, LAST_UPDATE_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, TEXT_CODE
, DELETE_MARK
, TRANS_CNT
FROM GML.OP_PRCE_CDS;
GML.OP_PRCE_CDS does not reference any database object
GML.OP_PRCE_CDS is referenced by following:
APPS
OP_PRCE_CDS
|
|
|
|