CRSE_TOPICS_VW2(SQL View) |
Index Back |
---|---|
Course Topics ViewThis Course Topics Table view is used to issue a warning if a class section of a multi-topic course is scheduled with no Course Topic ID in either the Class Table or at least one of its Class Meeting Patterns. |
select crse_id ,effdt ,crs_topic_id ,descr ,descrshort from PS_CRSE_TOPICS |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(6) | VARCHAR2(6) NOT NULL |
Course ID
Prompt Table: CRSE_CATALOG |
|
2 | Date(10) | DATE | Effective Date | |
3 | Number(3,0) | SMALLINT NOT NULL | Course Topic ID | |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |