ORG_INST_TC_VW

(SQL View)
Index Back

Org - Institution Table

This is a view of the ORG_INST_TBL used by the Transfer Credit module to determine how the units earned from an external org would be brought in (for GPA, or not). It renames EXT_ORG_ID to TRSNFR_SRC_ID.

select a.INSTITUTION , a.EXT_ORG_ID , a.TRNSFR_CR_INCL_GPA from PS_ORG_INST_TBL a

# 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 EXT_ORG_ID Character(11) VARCHAR2(11) NOT NULL External Org ID
3 TRNSFR_CR_INCL_GPA Character(1) VARCHAR2(1) NOT NULL Include Transfer Credit in GPA

Y/N Table Edit

Default Value: N