PTOPRCLAUSE_VW(SQL View) |
Index Back |
|---|---|
Dynamic Views using %OPRCLAUSE |
| SELECT A.SQLID, B.RECDESCR FROM PSSQLTEXTDEFN A , PSRECDEFN B WHERE UPPER(SQLTEXT) LIKE '%%OPRCLAUS%' AND SQLTYPE = 2 AND A.SQLID = B.RECNAME AND B.RECTYPE = 5 |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(15) | VARCHAR2(15) NOT NULL | Record (Table) Name (see PSRECDEFN). | |
| 2 | RECDESCR | Character(30) | VARCHAR2(30) NOT NULL | Record Description |