CNTRCT_AMT_VW(SQL View) |
Index Back |
---|---|
Contract Amounts Work Tbl |
select process_instance, setid, cntrct_id, sum(qty_wrk_line_other), sum(amt_wrk_line_other), sum(amt_wrk_line_open), sum(amt_wrk_line_exist) from PS_CNTRCT_AMT_WRK group by process_instance, setid, cntrct_id |
# | 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 | QTY_WRK_LINE_OTHER | Number(16,4) | DECIMAL(15,4) NOT NULL | Non Open Transaction Quantity |
5 | AMT_WRK_LINE_OTHER | Number(27,3) | DECIMAL(26,3) NOT NULL | Non Open Transaction Amount |
6 | AMT_WRK_LINE_OPEN | Number(27,3) | DECIMAL(26,3) NOT NULL | Open Transaction Amount |
7 | AMT_WRK_LINE_EXIST | Number(16,2) | DECIMAL(15,2) NOT NULL | Existing Contract Line Amount |