XREF_MENU_VW

(SQL View)
Index Back

Records used on menus


select a.searchrecname, b.menuname, c.itemname, a.pnlgrpname from PSPNLGRPDEFN a, psmenuitem b, pspnlgroup c where a.pnlgrpname = b.pnlgrpname and a.pnlgrpname = c.pnlgrpname and a.market = b.market and a.market = c.market

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 RECNAME Character(15) VARCHAR2(15) NOT NULL Record (Table) Name (see PSRECDEFN).
2 MENUNAME Character(30) VARCHAR2(30) NOT NULL Menu Name (see PSMENUDEFN).
3 ITEMNAME Character(30) VARCHAR2(30) NOT NULL Item Name
4 PNLGRPNAME Character(18) VARCHAR2(18) NOT NULL Component Name