PGM_REL_ALL_LG

(SQL View)
Index Back

Release View

Release Prompt View - Fetches all Active,Pending Releases from PGM_RELEASE table.

SELECT A.BUSINESS_UNIT ,A.RELEASE ,B.LANGUAGE_CD ,B.DESCR FROM PS_PGM_RELEASE A , PS_PGM_RELEASE_LG B WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT AND A.RELEASE = B.RELEASE AND A.RELEASE_STATUS_IND IN ('A','P')

  • Related Language Record for PGM_RELEASE_ADD PGM_RELEASE_ALL PGM_RELEASE_SEL PGM_RELESE_SRCH
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit

    Prompt Table: SP_BU_PC_NONVW

    2 RELEASE Character(15) VARCHAR2(15) NOT NULL Release - Carries Release Information driven by the BUSINESS_UNIT
    3 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description