RT_QT_TO_X_VW(SQL View) |
Index Back |
---|---|
Rate_Quote View for Run CntlRate_Quote View for Run Cntl No Triangulation |
SELECT A.RT_RATE_INDEX ,A.TERM ,A.FROM_CUR ,A.RT_TYPE ,A.TO_CUR ,A.EFFDT ,A.RATE_MULT ,A.RATE_DIV FROM PS_RT_RATE_TBL A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(10) | VARCHAR2(10) NOT NULL |
Market Rate Index
Prompt Table: RT_INDEX_TBL |
|
2 | Number(5,0) | INTEGER NOT NULL | Term | |
3 | Character(3) | VARCHAR2(3) NOT NULL | From Currency | |
4 | 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 |
|
5 | Character(3) | VARCHAR2(3) NOT NULL | To Currency | |
6 | Date(10) | DATE | Effective Date | |
7 | RATE_MULT | Signed Number(17,8) | DECIMAL(15,8) NOT NULL | Rate Multiplier |
8 | RATE_DIV | Number(16,8) | DECIMAL(15,8) NOT NULL | Rate Divisor |