CS_CNT_RATE_VW(SQL View) |
Index Back |
---|---|
Rate Type Details - HeaderView used in Contracts Bind Mapping to get the rate type details. |
SELECT A.SETID , A.CNTRCT_ID , A.VERSION_NBR , A.rt_type , B.DESCR FROM PS_CNTRCT_HDR A , PS_RT_TYPE_TBL B WHERE A.RT_TYPE = B.RT_TYPE |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
2 | CNTRCT_ID | Character(25) | VARCHAR2(25) NOT NULL |
Buying Agreement ID
Default Value: NEXT |
3 | VERSION_NBR | Number(5,0) | INTEGER NOT NULL | Contract Version number |
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. |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |