PO_REQUESTOR_VW(SQL View) |
Index Back |
---|---|
PO_REQUESTOR_VWEdit Filters Requisitions to Approve Requestor View |
SELECT A.REQUESTOR_ID , B.OPRDEFNDESC FROM PS_REQUESTOR_TBL A , PSOPRDEFN B WHERE A.REQUESTOR_ID = B.OPRID AND A.ACTIVE_FLG = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | REQUESTOR_ID | Character(30) | VARCHAR2(30) NOT NULL |
Requestor id
Prompt Table: REQUESTOR_VW |
2 | OPRDEFNDESC | Character(30) | VARCHAR2(30) NOT NULL | Description field for a user |