PMN_PRCSNAME_VW

(SQL View)
Index Back

Process Monitor Filter

This record is used by the Process Monitor to filter process requests. SELECT DISTINCT A.PRCSTYPE , A.PRCSNAME , A.DESCR FROM PS_PRCSDEFN A WHERE A.PRCSNAME <> ' '

SELECT DISTINCT A.PRCSTYPE , A.PRCSNAME , A.DESCR FROM PS_PRCSDEFN A WHERE A.PRCSNAME <> ' '

  • Related Language Record: PMN_PRCSNALG_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 PRCSTYPE Character(30) VARCHAR2(30) NOT NULL Process Type
    2 PRCSNAME Character(12) VARCHAR2(12) NOT NULL Process Name
    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description