SSR_TSCRPTTP_LN(SQL View) |
Index Back |
---|---|
Transcript Type TableThe 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) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Default Value: OPR_DEF_TBL_CS.INSTITUTION Prompt Table: INSTITUTION_TBL |
|
2 | Character(5) | VARCHAR2(5) NOT NULL | Transcript Type | |
3 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |