PO_RQSTR_NM_VW(SQL View) |
Index Back |
---|---|
Operator DefinitionThis view is used to get OPRDEFNDESC from the table PSOPRDEFN.This value is used to display the Buyer/Requestor name in various pages in Purchasing. |
SELECT A.OPRDEFNDESC ,A.OPRID FROM PSOPRDEFN A WHERE A.OPRDEFNDESC <> ' ' AND EXISTS ( SELECT REQUESTOR_ID FROM PS_REQUESTOR_TBL WHERE A.OPRID = PS_REQUESTOR_TBL.REQUESTOR_ID) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRDEFNDESC | Character(30) | VARCHAR2(30) NOT NULL | Description field for a user |
2 | REQUESTOR_ID | Character(30) | VARCHAR2(30) NOT NULL | Requestor id |