EOER_MSG_CH_VW

(SQL View)
Index Back

Exchange Rate Chunking Source

Exchange Rate Application Business Message Full Data Publish Chunking Source Note: Use EFFDT_FROM field to represent the chunking on EFFDT value since the EO Utility doesn't allow the chunking on EFFDT field.

SELECT A.RT_TYPE , A.EFFDT , A.FROM_CUR , A.TO_CUR , A.EFFDT , A.REF_CUR , A.RATE_MULT , A.RATE_DIV FROM PS_EOER_MSG_VW A

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 RT_TYPE 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.
2 EFFDT_FROM Date(10) DATE Effective Date From
3 FROM_CUR Character(3) VARCHAR2(3) NOT NULL From Currency Code
4 TO_CUR Character(3) VARCHAR2(3) NOT NULL To Currency Code
5 EFFDT Date(10) DATE Effective Date
6 REF_CUR Character(3) VARCHAR2(3) NOT NULL Reference Currency
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