REQUESTER_VW(SQL View) |
Index Back |
|---|---|
Active PO Buyer TableThis view shows all the buyers on master PO Buyer Table. |
| SELECT A.REQUESTOR_ID ,B.OPRDEFNDESC FROM PS_REQUESTOR_TBL A ,PSOPRDEFN B WHERE A.REQUESTOR_ID = B.OPRID |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(30) | VARCHAR2(30) NOT NULL | Requestor id | |
| 2 | OPRDEFNDESC | Character(30) | VARCHAR2(30) NOT NULL | Description field for a user |