SP_PRNOT_NONVW

(SQL View)
Index Back

Operational Projects View

The view provides an easy to use on-line prompt for the project table and is used in locations within the Projects application since it references the PC Business Unit and not Setid. Project - Non Secured View

SELECT PROJ.BUSINESS_UNIT ,PROJ.PROJECT_ID ,PROJ.DESCR FROM PS_PROJECT PROJ WHERE PROJ.SUMMARY_PRJ = 'N' AND PROJ.EFF_STATUS <> 'T'

  • Related Language Record: PROJECT_LANG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit

    Default Value: PROJECT.SETID

    Prompt Table: SP_BU_PC_OPRVW

    2 PROJECT_ID Character(15) VARCHAR2(15) NOT NULL Project Id ChartField

    Prompt Table: PROJ_SCRTY_SRCH

    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description