CNTRCT_AMT_WRK(SQL Table) |
Index Back |
---|---|
Contract Amounts Work TblTemporary work record used by CMPRICE Application Process during contract maximum amount checks. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
2 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
3 | CNTRCT_ID | Character(25) | VARCHAR2(25) NOT NULL | Buying Agreement ID |
4 | CNTRCT_LINE_NBR | Number(5,0) | INTEGER NOT NULL |
Buying Agreement Line Nbr
Default Value: 1 |
5 | CNTRCT_REC_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Contract Line Work Record Type
E=Existing Contract Line L=Contract Line O=Open Amount T=Other Transaction |
6 | CNTRCT_RATE_DIV | Number(16,8) | DECIMAL(15,8) NOT NULL | Contract Rate Divider |
7 | CNTRCT_RATE_MULT | Number(16,8) | DECIMAL(15,8) NOT NULL | Contract Rate Multiplier |
8 | CURRENCY_CD_CNTR | Character(3) | VARCHAR2(3) NOT NULL | Contract Base Currency |
9 | DECIMAL_POS_CNTR | Number(1,0) | SMALLINT NOT NULL | Contract Cur Decimal Positions |
10 | QTY_WRK_LINE_OTHER | Number(16,4) | DECIMAL(15,4) NOT NULL | Non Open Transaction Quantity |
11 | AMT_WRK_LINE_OTHER | Number(27,3) | DECIMAL(26,3) NOT NULL | Non Open Transaction Amount |
12 | AMT_WRK_LINE_OPEN | Number(27,3) | DECIMAL(26,3) NOT NULL | Open Transaction Amount |
13 | AMT_WRK_LINE_EXIST | Number(16,2) | DECIMAL(15,2) NOT NULL | Existing Contract Line Amount |