APP_DES_OBJ_VW

index back

App Designer Objects

This SQL view retrieves the DESCR that a user will see, as well as the OBJNAME which will be stored in PSAUTHITEM from PS_APP_DES_OBJECTS where the APP_DES_CATEGORY = 'Objects'. It will be the GRID record in the page where a user assigns access permissions to Objects within Application Designer.
SELECT OBJNAME , DESCR FROM PS_APP_DES_OBJECTS WHERE APP_DES_CATEGORY = '1'

  • Related language record: APP_DES_OBJ_VWL
  • PeopleSoft Field Name Field Type Column Type Description
    OBJNAME Character(30) VARCHAR2(30) NOT NULL Object Name
    DESCR Character(30) VARCHAR2(30) NOT NULL Description
    index back (c)David Kurtz 2020, www.go-faster.co.uk PeopleTools 8.58
    PTRef generated on 21-DEC-20