MSTR_SRCH_AP(SQL View) |
Index Back |
|---|---|
Master Contract Search Record |
| select distinct a.setid, a.mstr_cntrct_id, a.vendor_setid, a.vendor_id, b.vendor_name_short from ps_cntrct_mstr a, PS_VENDOR b where a.vendor_setid = b.setid and a.vendor_id = b.vendor_id |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID |
|
| 2 | Character(10) | VARCHAR2(10) NOT NULL |
Master Contract ID
Default Value: NEXT |
|
| 3 | VENDOR_SETID | Character(5) | VARCHAR2(5) NOT NULL | Vendor SetID |
| 4 | VENDOR_ID | Character(10) | VARCHAR2(10) NOT NULL |
Vendor Identifier
Default Value: VENDOR_SHRT_VW.VENDOR_ID Prompt Table: VENDOR_VW |
| 5 | VENDOR_NAME_SHORT | Character(14) | VARCHAR2(14) NOT NULL |
Short Vendor Name
Prompt Table: VENDOR_SHRT_VW1 |