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


VIEW: APPS.PMIFV_ITEM_PRICE_V

Object Details
Object Name: PMIFV_ITEM_PRICE_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPMI.PMIFV_ITEM_PRICE_V
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


Pricing information for an item broken down by quantity, warehouse, grade, customer, pricelist.


[View Source]

Columns
Name Datatype Length Mandatory Comments
QC_GRADE VARCHAR2 (4)
QC grade to which these prices apply. Contains a NULL value to denote an "ALL" condition. Only applicable for grade-controlled items.
PRICE_UOM VARCHAR2 (4) Yes Pricing uom
BASE_PRICE NUMBER
Yes Base price for the item/item class/whse/qc grade/frtbill_mthd/uom combination. May be zero.
FRIEGHT_BILL_MTHD VARCHAR2 (4)
Freight bill method to which these prices apply. Contains a NULL value to denote an "ALL" condition.
PRICEITEM_LINE_NO NUMBER (5) Yes For use with future or custom pricing when fields, such as attribute columns, are used as part of the key, but are not part of the defined key. Default is zero.
PRICE_TYPE NUMBER (5) Yes Type of prices established as price breaks. Valid values are: 0 ,1,2 & 3
BREAK_TYPE NUMBER (5) Yes Indicates the type of price breaks defined for this record. Valid values are: 0 = no price breaks defined, 1 = qty breakpoints defined, 2 = value breakpoints defined.
PRICELIST_ID NUMBER (10) Yes Pricelist to which these item prices belong.
PRICE_CLASS VARCHAR2 (8)
Item price class. May be NULL when ITEM_ID has a valid value.
PRICE_ID NUMBER (10) Yes Surrogate id to uniquely identify each row.
ITEM_ID NUMBER (10)
Item to which these prices apply. Contains NULL value when PRICE_CLASS has a valid value.
WAREHOUSE_CODE VARCHAR2 (4)
Warehouse code for which these prices apply. Contains a NULL value to denote an "ALL" condition.
WAREHOUSE_DESC VARCHAR2 (40)
Name of the warehouse.
ITEM_NUMBER VARCHAR2 (32) Yes Name of the item.
ITEM_DESCRIPTION VARCHAR2 (70) Yes Short description of the item that is displayed during the item look up.
ITEM_UOM VARCHAR2 (4) Yes Uom of the item by which the inventory balances are maintained.
ITEM_UOM2 VARCHAR2 (4)
Second UOM for in which inventory balances are maintained, for dual UOM items.
PRICELIST_CODE VARCHAR2 (32) Yes Unique identifier for a pricelist. Name or code entered by user.
PRICELIST_DESC1 VARCHAR2 (40) Yes Description of price list.
PRICESORT_NAME VARCHAR2 (20) Yes Pricelist sort name.
COMMENTS VARCHAR2 (80)
Freeform text/comments.
CURRENCY_CODE VARCHAR2 (4) Yes Currency code for pricelist; FK to gl_curr_mst.
PRICEBREAK_LINE_NO NUMBER (5) Yes Part of primary key to distinguish between unique quantity and value breaks.
QTY_BREAKPOINT NUMBER

Quantity break for price.
VALUE_BREAKPOINT NUMBER

Value break for price (item qty * base price).
BREAKPOINT_FACTOR NUMBER

Percent which is applied to base price for this price detail to compute the unit price for the break value or qty.
BREAKPOINT_PRICE NUMBER

Unit price which applies for this break value/qty.
BREAKTYPE_ID NUMBER (10) Yes Surrogate id which uniquely identifies this row.
CREATED_BY NUMBER (15) Yes Standard who column
CREATION_DATE DATE
Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
Query Text

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


SELECT QC_GRADE
,      PRICE_UOM
,      BASE_PRICE
,      FRIEGHT_BILL_MTHD
,      PRICEITEM_LINE_NO
,      PRICE_TYPE
,      BREAK_TYPE
,      PRICELIST_ID
,      PRICE_CLASS
,      PRICE_ID
,      ITEM_ID
,      WAREHOUSE_CODE
,      WAREHOUSE_DESC
,      ITEM_NUMBER
,      ITEM_DESCRIPTION
,      ITEM_UOM
,      ITEM_UOM2
,      PRICELIST_CODE
,      PRICELIST_DESC1
,      PRICESORT_NAME
,      COMMENTS
,      CURRENCY_CODE
,      PRICEBREAK_LINE_NO
,      QTY_BREAKPOINT
,      VALUE_BREAKPOINT
,      BREAKPOINT_FACTOR
,      BREAKPOINT_PRICE
,      BREAKTYPE_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
FROM APPS.PMIFV_ITEM_PRICE_V;

Dependencies

[top of page]

APPS.PMIFV_ITEM_PRICE_V references the following:

SchemaAPPS
SynonymIC_ITEM_MST
SynonymIC_WHSE_MST
SynonymOP_PRCE_BRK
SynonymOP_PRCE_ITM
SynonymOP_PRCE_MST
PL/SQL PackagePMI_SECURITY_PKG - show dependent code
SynonymSY_ORGN_MST

APPS.PMIFV_ITEM_PRICE_V is not referenced by any database object