RT_RATE_SRCH_VW

(SQL View)
Index Back

Search Record For Exchnge Rate


select r.rt_rate_index, from_cur, to_cur, rt_type from ps_rt_rate_tbl r, ps_rt_index_tbl i where i.rt_category = '10' and r.rt_rate_index = i.rt_rate_index and term = 0

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 RT_RATE_INDEX Character(10) VARCHAR2(10) NOT NULL Market Rate Index

Prompt Table: RT_INDEX_FX_VW

2 FROM_CUR Character(3) VARCHAR2(3) NOT NULL From Currency Code

Prompt Table: CURRENCY_CD_TBL

3 TO_CUR Character(3) VARCHAR2(3) NOT NULL To Currency Code

Prompt Table: CURRENCY_CD_TBL

4 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.

Prompt Table: RT_TYPE_TBL