CNT_NOTFYAMT_VW(SQL View) |
Index Back |
---|---|
Master Contract Amt NotifyPO0025 - Master Contract Fluid |
SELECT SETID , CNTRCT_ID , VERSION_NBR , NOTIFY_TYPE , OPRID FROM PS_CNTRCT_NTFYUSER WHERE NOTIFY_TYPE = 'S' |
# | 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 | VERSION_NBR | Number(5,0) | INTEGER NOT NULL |
Contract Version number
Default Value: 1 |
4 | NOTIFY_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Notification Type
A=Maximum Amount D=Approval Due Date E=Expiration R=Renewal S=Spend Threshold |
5 | OPRID2 | Character(30) | VARCHAR2(30) NOT NULL |
A user's ID
Prompt Table: PO_OPRDEFN_VW |