SSR_TSCRPTTP_LN

(SQL View)
Index Back

Transcript Type Table

The Transcript Type table contains the attributes of a transcript type. It defines the elements that will be included in the transcript, and the order in which they will be printed.

SELECT A.INSTITUTION , A.TSCRPT_TYPE , A.LANGUAGE_CD , A.DESCR FROM PS_SSR_TSCRPT_LANG A WHERE A.EFFDT = ( SELECT MAX(B.EFFDT) FROM PS_SSR_TSCRPT_LANG B WHERE B.INSTITUTION = A.INSTITUTION AND B.TSCRPT_TYPE = A.TSCRPT_TYPE AND B.LANGUAGE_CD = A.LANGUAGE_CD AND B.EFFDT <= %CurrentDateIn)

  • Related Language Record for SSR_TSCRPTTP_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 INSTITUTION Character(5) VARCHAR2(5) NOT NULL Academic Institution

    Default Value: OPR_DEF_TBL_CS.INSTITUTION

    Prompt Table: INSTITUTION_TBL

    2 TSCRPT_TYPE Character(5) VARCHAR2(5) NOT NULL Transcript Type
    3 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description