CRSE_TOPICS_LNG(SQL Table) |
Index Back |
---|---|
Course TopicsThe Course Topics Table contains the course titles for variable topics courses. For example if a course called: "Topics in English Literature" (the Course Catalog Table title), the Course Topics Table would contain those various topics like "Chaucer" or "Milton". |
# | 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 NOT NULL |
Effective Date
Default Value: %date |
|
3 | Number(3,0) | SMALLINT NOT NULL | Course Topic ID | |
4 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL |
Short Description
Default Value: CRSE_TOPICS.DESCR |
7 | DESCRFORMAL | Character(50) | VARCHAR2(50) NOT NULL |
Formal Description field
Default Value: CRSE_TOPICS.DESCR |