SPF_INVCUR_TAO

(SQL Table)
Index Back

Invoice currency table

This record is used for currency conversions

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 PROCESS_INSTANCE Number(10,0) DECIMAL(10) NOT NULL Process Instance
2 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
3 INVOICE_ID Character(30) VARCHAR2(30) NOT NULL Invoice Number
4 INVOICE_DT Date(10) DATE Invoice Date
5 INVOICE_LINE Number(5,0) INTEGER NOT NULL Invoice Line
6 FROM_CURRENCY Character(3) VARCHAR2(3) NOT NULL From Currency
7 TO_CURRENCY Character(3) VARCHAR2(3) NOT NULL Revalue Currency
8 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.
9 FROM_AMOUNT Signed Number(28,3) DECIMAL(26,3) NOT NULL From Amount
10 TO_AMOUNT Signed Number(28,3) DECIMAL(26,3) NOT NULL To Amount