PGM_APPLICAT_AC

(SQL View)
Index Back

Active Applications

This is the prompt view for selecting all active Applications.

SELECT A.SETID , A.APPLICATION_AREA , A.APPLICATION , A.DESCR FROM PS_PGM_APPLICATION A WHERE A.EFF_STATUS = 'A'

  • Related Language Record: PGM_APPL_AC_LG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID

    Prompt Table: SP_SETID_NONVW

    2 APPLICATION_AREA Character(10) VARCHAR2(10) NOT NULL The general area in which an application belongs. Examples: "Financials", "Human Resources", etc.

    Prompt Table: PGM_APPLAREA_AC

    3 APPLICATION Character(10) VARCHAR2(10) NOT NULL Usually refers to a software application, such as "Payables", "Projects", "Purchasing", etc. An application needs to be defined under an application area.
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description