CRSE_CAT_TC_VW(SQL View) |
Index Back |
---|---|
Course Cat Trnsfr Credit ViewThis view is used in the Transfer Credit module as a prompt when specifying incoming courses when defining Transfer Rules. It renames Institution to Catalog Org because a rule can point to another Institution or External Org when sharing catalogs. |
SELECT DISTINCT b.institution ,a.crse_id ,a.effdt ,a.eff_status ,b.subject ,ltrim(rtrim(b.catalog_nbr)) ,a.descr ,b.course_approved FROM ps_crse_catalog a , PS_CRSE_OFFER b WHERE a.crse_id = b.crse_id AND a.effdt = b.effdt |
# | 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 | CRSE_ID_SRCH | Character(6) | VARCHAR2(6) NOT NULL | Course ID |
3 | EFFDT | Date(10) | DATE | Effective Date |
4 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |
5 | SUBJECT_SRCH | Character(8) | VARCHAR2(8) NOT NULL |
Subject Area
Prompt Table: SUBJECT_TBL |
6 | CATALOG_NBR_SRCH | Character(10) | VARCHAR2(10) NOT NULL | Catalog Nbr |
7 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
8 | COURSE_APPROVED | Character(1) | VARCHAR2(1) NOT NULL |
Course Approved
A=Approved D=Denied P=Pending |