DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.QP_NPREQ_LINE_ATTRS_TMP

Object Details
Object Name: QP_NPREQ_LINE_ATTRS_TMP
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

[View Source]

Columns
Name Datatype Length Mandatory Comments
LINE_INDEX NUMBER
Yes Identifier of the parent request line.
LINE_DETAIL_INDEX NUMBER

Identifier of the list line from QP_PREQ_LDETS_TMP_T.LINE_DETAIL_INDEX
ATTRIBUTE_LEVEL VARCHAR2 (30) Yes Not Used.
ATTRIBUTE_TYPE VARCHAR2 (30) Yes Type of the attribute, e.g. PRODUCT, PRICING and QUALIFIER.
LIST_HEADER_ID NUMBER

Identifier of the list header used to create or update the pricing line.
LIST_LINE_ID NUMBER

Identifier of the list line used to create or update the pricing line.
CONTEXT VARCHAR2 (30) Yes Context for product or pricing attribute.
ATTRIBUTE VARCHAR2 (30) Yes Product or pricing attribute.
VALUE_FROM VARCHAR2 (240) Yes Value of the attribute.
SETUP_VALUE_FROM VARCHAR2 (240)
Setup value 'FROM' of the attribute. From Value from price list or modifier setup.
VALUE_TO VARCHAR2 (240)
Return value for qualifier attribute. Populated when the pricing engine returns details of a volume break.
SETUP_VALUE_TO VARCHAR2 (240)
Setup value 'TO' of the attribute. To Value from price list or modifier setup.
GROUPING_NUMBER NUMBER

Grouping number of the pricing attribute. Indicates 'AND' or 'OR' grouping for qualifiers and product attributes.
NO_QUALIFIERS_IN_GRP NUMBER

Internal Purposes.
COMPARISON_OPERATOR_TYPE_CODE VARCHAR2 (30)
Operator code of the qualifier - 'BETWEEN', 'NOT =' or '='.
VALIDATED_FLAG VARCHAR2 (1)
Indicates that a price list or modifier list(asked for promotion) is valid for the pricing request. Applicable to price list and modifier list qualifiers; the pricing engine assumes that other qualifiers are valid.
APPLIED_FLAG VARCHAR2 (1)
The lists or list lines that this pricing event or a prior pricing event applied. Allowable values are1. Yes: Applicable when the attribute context is a list or list line2. No: Applicable when the attribute context is a list or list line3. Null
PRICING_STATUS_CODE VARCHAR2 (30) Yes Returned status. Possible Values:N: New record created (All 'N' records are returned back from the pricing engine. These are success records)
PRICING_STATUS_TEXT VARCHAR2 (240)
Returned message.
QUALIFIER_PRECEDENCE NUMBER

Precedence or selectivity for the qualifier. Used for incompatibility resolution.
PRICING_ATTR_FLAG VARCHAR2 (30)
Internal Purposes.
QUALIFIER_TYPE VARCHAR2 (30)
Type of the qualifier - header level ('HQ') or line level ('LQ').
DATATYPE VARCHAR2 (30)
Data type of the pricing attribute - NUMBER, VARCHAR or DATE.
PRODUCT_UOM_CODE VARCHAR2 (3)
Unit of Measure for the item.
PROCESSED_CODE VARCHAR2 (30)
Internal Purposes.
EXCLUDER_FLAG VARCHAR2 (1)
This flag indicates that a modifier is not applicable to the excluded Item or Item Hierarchy, meaning this modifier will not be given if the excluder_flag = 'Y' for the item or item hierarchy.
GROUP_QUANTITY NUMBER

Internal Purposes.
GROUP_AMOUNT NUMBER

Internal Purposes.
DISTINCT_QUALIFIER_FLAG VARCHAR2 (1)
Internal Purposes.
PRICING_PHASE_ID NUMBER

The pricing phase which created the request line detail.
INCOMPATABILITY_GRP_CODE VARCHAR2 (30)
Identifier of the incompatibility group that the modifier is assigned to.
LINE_DETAIL_TYPE_CODE VARCHAR2 (30)
Type of the detail line.
MODIFIER_LEVEL_CODE VARCHAR2 (30)
The level at which the list line qualified for the transaction. Based on lookup type MODIFIER_LEVEL_CODE.
PRIMARY_UOM_FLAG VARCHAR2 (1)
Internal Purposes.
SEGMENT_ID NUMBER

REQUEST_ID NUMBER

Request line identifier distinguishes between any two pricing engine calls.
DERIVED_QUALIFIER_FLAG VARCHAR2 (1)
Indicates that the qualifier is derived.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT LINE_INDEX
,      LINE_DETAIL_INDEX
,      ATTRIBUTE_LEVEL
,      ATTRIBUTE_TYPE
,      LIST_HEADER_ID
,      LIST_LINE_ID
,      CONTEXT
,      ATTRIBUTE
,      VALUE_FROM
,      SETUP_VALUE_FROM
,      VALUE_TO
,      SETUP_VALUE_TO
,      GROUPING_NUMBER
,      NO_QUALIFIERS_IN_GRP
,      COMPARISON_OPERATOR_TYPE_CODE
,      VALIDATED_FLAG
,      APPLIED_FLAG
,      PRICING_STATUS_CODE
,      PRICING_STATUS_TEXT
,      QUALIFIER_PRECEDENCE
,      PRICING_ATTR_FLAG
,      QUALIFIER_TYPE
,      DATATYPE
,      PRODUCT_UOM_CODE
,      PROCESSED_CODE
,      EXCLUDER_FLAG
,      GROUP_QUANTITY
,      GROUP_AMOUNT
,      DISTINCT_QUALIFIER_FLAG
,      PRICING_PHASE_ID
,      INCOMPATABILITY_GRP_CODE
,      LINE_DETAIL_TYPE_CODE
,      MODIFIER_LEVEL_CODE
,      PRIMARY_UOM_FLAG
,      SEGMENT_ID
,      REQUEST_ID
,      DERIVED_QUALIFIER_FLAG
FROM APPS.QP_NPREQ_LINE_ATTRS_TMP;

Dependencies

[top of page]

APPS.QP_NPREQ_LINE_ATTRS_TMP references the following:

SchemaAPPS
SynonymQP_PREQ_LINE_ATTRS_TMP_T
APPS.QP_NPREQ_LINE_ATTRS_TMP is referenced by following:

SchemaAPPS
Package BodyOE_OE_PRICING_AVAILABILITY - show dependent code
Package BodyQP_ATTR_MAPPING_PUB - show dependent code
Package BodyQP_CALCULATE_PRICE_PUB - show dependent code
PL/SQL PackageQP_COPY_DEBUG_PVT - show dependent code
Package BodyQP_COPY_DEBUG_PVT - show dependent code
Package BodyQP_COUPON_PVT - show dependent code
Package BodyQP_LIMIT_BALANCE_CHECK_PVT - show dependent code
Package BodyQP_MULTI_CURRENCY_PVT - show dependent code
Package BodyQP_PREQ_GRP - show dependent code
Package BodyQP_PREQ_PUB - show dependent code
Package BodyQP_PROCESS_OTHER_BENEFITS_PVT - show dependent code
Package BodyQP_RESOLVE_INCOMPATABILITY_PVT - show dependent code