[Home] [Help]
[Dependency Information]
| Object Name: | XTR_PRICE_MODELS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | XTR.XTR_PRICE_MODELS_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PRICE_MODEL_ID | NUMBER | (15) | Yes | Unique identifier for each row of pricing model data. |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who Column. |
| CREATION_DATE | DATE | Yes | Standard Who Column. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column. |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column. | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who Column. | |
| DEAL_TYPE | VARCHAR2 | (7) | Yes | Denotes the deal type associated with this pricing model. |
| CODE | VARCHAR2 | (30) | Yes | Code that represents the pricing model. |
| COMPONENT_MODEL_FLAG | VARCHAR2 | (1) | Specifies if this is a model for a component or for an entire fair value deal. Y=Component model. N=Deal fairvalue model. | |
| AUTHORIZED | VARCHAR2 | (1) | Yes | Specifies if the pricing model is authorized for use by deals with the associated deal types. An unauthorized pricing model cannot be assigned to new deals but will remain as a reference to existing deals. |
Cut, paste (and edit) the following text to query this object:
SELECT PRICE_MODEL_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, DEAL_TYPE
, CODE
, COMPONENT_MODEL_FLAG
, AUTHORIZED
FROM APPS.XTR_PRICE_MODELS_V;
APPS
XTR_PRICE_MODELS
APPS
XTR_REPLICATE_BANK_ACCOUNTS_P
- show dependent code
XTR_REPLICATE_BANK_BALANCES
- show dependent code
|
|
|
|