SSR_TSCRPTTP_VW

(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.DESCR FROM PS_SSR_TSCRPT_TYPE A WHERE A.EFFDT = (SELECT mAX(B.EFFDT) FROM PS_SSR_TSCRPT_TYPE B WHERE B.INSTITUTION = A.INSTITUTION AND B.TSCRPT_TYPE = A.TSCRPT_TYPE AND B.EFFDT <= %currentdatein)

  • Related Language Record: SSR_TSCRPTTP_LN
  • # 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 DESCR Character(30) VARCHAR2(30) NOT NULL Description