RVL_CURRENCY_VW(SQL View) |
Index Back |
---|---|
Currencies Available for Reval |
select distinct i.bal_currency, a.effdt, a.eff_status, a.descr, a.descrshort from PS_ITEM i, ps_currency_cd_tbl a where a.currency_cd = i.bal_currency and i.item_status = 'O' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | ENTRY_CURRENCY | Character(3) | VARCHAR2(3) NOT NULL | Specifies the currency associated with the monetary amount of a pending item. |
2 | EFFDT | Date(10) | DATE | Effective Date |
3 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |