[Home] [Help]
[Dependency Information]
| Object Name: | QP_PREQ_LINE_ATTRS_FORMULA_TMP |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | QP.QP_PREQ_LINE_ATTRS_FORMULA_TMP
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LINE_INDEX | NUMBER | Yes | Unique identifier for request line. | |
| ATTRIBUTE_TYPE | VARCHAR2 | (30) | Yes | Type of the formula attribute. |
| CONTEXT | VARCHAR2 | (30) | Yes | Context of the formula. |
| ATTRIBUTE | VARCHAR2 | (30) | Yes | Formula attribute. |
| VALUE_FROM | VARCHAR2 | (240) | Yes | Value of the formula. |
| PRICING_STATUS_CODE | VARCHAR2 | (30) | Yes | Returned pricing status. |
| REQUEST_ID | NUMBER | Request line identifier which distinguishes between any two pricing engine calls. |
Cut, paste (and edit) the following text to query this object:
SELECT LINE_INDEX
, ATTRIBUTE_TYPE
, CONTEXT
, ATTRIBUTE
, VALUE_FROM
, PRICING_STATUS_CODE
, REQUEST_ID
FROM APPS.QP_PREQ_LINE_ATTRS_FORMULA_TMP;
APPS
QP_PREQ_LINE_ATTR_FORMUL_TMP_T
APPS
QP_FORMULA_PRICE_CALC_PVT
- show dependent code
QP_MULTI_CURRENCY_PVT
- show dependent code
QP_PREQ_GRP
- show dependent code
QP_UPDATE_FORMULAPRICE_PVT
- show dependent code
|
|
|
|