EO_RATECALC_TMP

(SQL View)
Index Back

Market Rate Data Temp table

Market Rates table. Key placed on Term used for Prompting for a specific terms. Used for Batch pub from EO9030

SELECT RT_RATE_INDEX , TERM , FROM_CUR , TO_CUR , RT_TYPE , EFFDT , RATE_MULT , RATE_DIV , PROCESS_INSTANCE , AUDIT_ACTN FROM PS_EO_RATECALC_RPT

# 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_TBL

2 TERM Number(5,0) INTEGER NOT NULL Term
3 FROM_CUR Character(3) VARCHAR2(3) NOT NULL From Currency Code

Prompt Table: CURRENCY_CD_TBL

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

Prompt Table: CURRENCY_CD_TBL

5 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

6 EFFDT Date(10) DATE Effective Date

Default Value: %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
9 PROCESS_INSTANCE Number(10,0) DECIMAL(10) NOT NULL Process Instance
10 AUDIT_ACTN Character(1) VARCHAR2(1) NOT NULL Audit Action Code for Application Messages. This tells the subscriber whether the row has been added, changed, or deleted.
A=Add
C=Change Old (PPR Only)
D=Delete
K=Change - Old Values
N=Change - New Values
O=Change - Original Values