CS_CNT_SUMCT_VW(SQL View) |
Index Back |
---|---|
Workflow NotificationSupplier Contracts Contract Workflow Notification |
SELECT SETID , CNTRCT_ID , SUM(AMT_LINE_RELEASED) FROM PS_CNTRCT_CAT_RLS GROUP BY SETID , CNTRCT_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | CNTRCT_ID | Character(25) | VARCHAR2(25) NOT NULL | Buying Agreement ID |
3 | AMT_LINE_RELEASED | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Total Line Amt Released |