PSPTTQS_SQL_VW

(SQL View)
Index Back

SELECT sqlid FROM PSSQLTEXTDEFN WHERE sqltype = 0 AND dbtype < '1' AND UPPER(sqltext) LIKE UPPER('select%') AND UPPER(sqltext) NOT LIKE UPPER('select *%') AND UPPER(sqltext) NOT LIKE UPPER('%%P(%')

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SQLID Character(30) VARCHAR2(30) NOT NULL SQL Object Identifier. This column has different meanings depending upon value of SQLTYPE
  • SQLTYPE = 0: SQL object name
  • SQLTYPE = 1: Application Engine Step Identifier
  • SQLTYPE = 2: RECNAME
  • SQLTYPE = 6: Application Engine XSLT (XML definition)