STDPRICEVW

This view is a proxy to the STDPRICE summary table to define the standard price (offer price) for each CatalogEntry.

Column Descriptions:

NameTypeDescription
CATENTRY_IDBIGINT NOT NULLThe CatalogEntry that this standard price describes. This is the same as the CATENTRY_ID found in the OFFER table.
PRICEDECIMAL (20,5) NOT NULLThe price that this standard price describes. This is the same as the PRICE found in the OFFERPRICE table.
CURRENCYCHAR (3) NOT NULLThe currency for the price. This is the same as the CURRENCY found in the OFFERPRICE table.