Cisco Cisco Administrative Workstation Technical References

Page of 548
   
2-434
Cisco ICM/IP Contact Center Enterprise Edition Database Schema Handbook, Release 6.0(0)
Chapter 2      Table Details
VRU_Currency Table
VRU_Currency Table
This table contains a list of currencies supported by VRU micro-applications.
Related tables:
 (via CurrencyID)
Table 2-401 VRU_Currency Table Constraints
Constraint
Field Name(s)
PK
CurrencyID
AK-1
CurrencyName
Table 2-402 VRU_Currency Table
Field Name
Description
Data Type
Keys and 
Null Option
ChangeStamp
Incremented when the record is changed in the 
central database.
CHANGESTAMP
NOT NULL
CurrencyID
A unique identifier.
DBINT
PK
NOT NULL
CurrencyName
Specifies the currency supported by the VRU 
micro-application:
1 = U.S. Dollar (default)
2 = Euro 
3 = Pound Sterling
4 = French franc
5 = Deutschmark
6 = Lira 
7 = Peseta
0 = Other
varchar(10)
AK-1
NOT NULL