PYMT_RT_TYP_LVW(SQL View) |
Index Back |
---|---|
Payment Currency Rate Types |
SELECT A.rt_type , L.LANGUAGE_CD , L.descr , L.descrshort FROM PS_RT_TYPE_TBL A , PS_RT_TYPE_LANG L WHERE A.RT_TYPE = L.RT_TYPE |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PYMT_RT_TYPE | Character(5) | VARCHAR2(5) NOT NULL | Specifies the type of exchange rate to be used when the currency of a customer payment is converted to the base currency of a business unit. The exchange rate type is also called the market rate type. Examples are spot rate current rate and official rate. |
2 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |