Currency Code


Added On:  03/26/15 
SQL Table:  IAPP_CURRENCY_CODE 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  CurrencyCode 
Entity that represents information about currency codes in the system.
Available Fields:
Added On:  03/26/15
SQL Column:  CODE
Java Field:  code
Status:  Active
SQL Type:  varchar(3)
Java Type:  String
Identifier / Primary Key
Attributes: Unique, Required, CreateOnly, ReadOnly
Identifier of the object used for references; auto-incremented integer value.
Added On:  02/03/16
SQL Column:  CURRENCY_SIGN
Java Field:  currencySign
Status:  Active
SQL Type:  varchar(3)
Java Type:  String
Attributes:
Sign used to identify the currency (e.g. $).
Added On:  03/26/15
SQL Column:  NAME
Java Field:  name
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Name of the currency used (e.g. dollar, pound etc.).
Added On:  03/26/15
SQL Column:  NUMERIC_CODE
Java Field:  numericCode
Status:  Active
SQL Type:  varchar(3)
Java Type:  String
Attributes:
Numeric code of the currency to be used in the system.