HCSC_TBLDCLS_VW

(SQL View)
Index Back

Tree Builder AppClass View

This is a prompt for the Tree Builder Run Control. It is used to select an appropriate tree builder Application Class.

SELECT HCSC_APPCLASS_ID , HCSC_APPCLASS_NAME FROM PS_HCSC_APPCLS_REG WHERE HCSC_APPCLASS_USE = 'TREE BUILDER' AND HCSC_APPCLASS_STAT = '10'

  • Related Language Record: HCSC_TBLDCLS_LN
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 HCSC_APPCLASS_ID Character(25) VARCHAR2(25) NOT NULL This is used to hold a dynamically generated unique string that serves as a key for an Application Class. AppClasses do not have a key, other than their full class path, which is too cumbersome to use for searching purposes
    2 HCSC_APPCLASS_NAME Character(30) VARCHAR2(30) NOT NULL This is a descriptive name for an application class.