LISTPRICE

Each row of this table represents a ListPrice in a particular currency for a CatalogEntry.

Column Descriptions:

NameTypeDescription
CATENTRY_IDBIGINT NOT NULLThe CatalogEntry.
CURRENCYCHAR (3) NOT NULLThe Currency of the ListPrice. This is a currency code as per ISO 4217 standards.
LISTPRICEDECIMAL (20,5) NOT NULLThe amount of the ListPrice.
OIDVARCHAR (64)Reserved for HCL internal use.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>CURRENCY+CATENTRY_IDPrimary Key
I0000145CURRENCY+CATENTRY_ID+LISTPRICENon-Unique Index
I0000604CATENTRY_IDNon-Unique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_418CURRENCYSETCURRSETCCURRCascade
F_419CATENTRY_IDCATENTRYCATENTRY_IDCascade