HCI_CRNCY_CD_VW(SQL View) |
Index Back |
---|---|
Currency CodesCurrently active effective rows of currency code table |
SELECT A.CURRENCY_CD ,A.DESCR ,A.DESCRSHORT ,A.COUNTRY ,A.CUR_SYMBOL ,A.DECIMAL_POSITIONS ,A.SCALE_POSITIONS FROM PS_CURRENCY_CD_TBL A WHERE %EffdtCheck(CURRENCY_CD_TBL A2, A, %CurrentDateIn) AND A.EFF_STATUS = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL | Currency Code |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
4 | COUNTRY | Character(3) | VARCHAR2(3) NOT NULL |
Country
Prompt Table: COUNTRY_TBL |
5 | CUR_SYMBOL | Character(4) | VARCHAR2(4) NOT NULL | Currency Symbol |
6 | DECIMAL_POSITIONS | Number(2,0) | SMALLINT NOT NULL | Decimal Positions |
7 | SCALE_POSITIONS | Number(1,0) | SMALLINT NOT NULL | Scale Positions |