PRCSPNLNAME_VW2(SQL View) |
Index Back |
---|---|
Process Defn - Panel GroupsThis view is used to list all the unique panel groups that a process definition can use. |
SELECT A.MENUNAME , B.PNLGRPNAME , B.PNLNAME FROM PSMENUITEM A , PSPNLGROUP B WHERE B.PNLNAME <> ' ' AND B.PNLGRPNAME = A.PNLGRPNAME |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | MENUNAME | Character(30) | VARCHAR2(30) NOT NULL |
Menu Name (see PSMENUDEFN).
Prompt Table: PSMENUDEFN |
2 | PNLGRPNAME | Character(18) | VARCHAR2(18) NOT NULL | Component Name |
3 | PNLNAME | Character(30) | VARCHAR2(30) NOT NULL |
Panel Name (see PSPNLDEFN).
Prompt Table: PSPNLDEFN_VW |