GPDE_RT_DFLT_VW(SQL View) | 
Index Back | 
|---|---|
Market Rate Default ViewMarket Rate Default View | 
| SELECT A.FROM_CUR , A.TO_CUR , A.RT_TYPE , A.EFFDT , A.RATE_MULT , A.RATE_DIV FROM PS_RT_RATE_TBL A , PS_RT_INDEX_TBL B WHERE A.RT_RATE_INDEX = B.RT_RATE_INDEX AND A.TERM = 0 AND B.DEFAULT_INDEX = 'Y' | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(3) | VARCHAR2(3) NOT NULL | 
From Currency
 Prompt Table: CURRENCY_CD_TBL  | 
|
| 2 | Character(3) | VARCHAR2(3) NOT NULL | 
Revalue Currency
 Prompt Table: CURRENCY_CD_TBL  | 
|
| 3 | Character(5) | VARCHAR2(5) NOT NULL | 
Defines a category of market rates for currency conversion.  Some examples of rate types are commercial, average, floating, and historical.
 Prompt Table: RT_TYPE_TBL  | 
|
| 4 | Date(10) | DATE | Effective Date | |
| 5 | RATE_MULT | Signed Number(17,8) | DECIMAL(15,8) NOT NULL | Rate Multiplier | 
| 6 | RATE_DIV | Number(16,8) | DECIMAL(15,8) NOT NULL | Rate Divisor |