CLASS_NOTES_TBL(SQL Table) |
Index Back |
---|---|
Class Notes TableThe Class Notes Table contains all standard Notes needed to print on the Schedule of Classes. The key of this table will be used by Course_Note_Tbl. |
# | 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 | CLASS_NOTE_NBR | Character(4) | VARCHAR2(4) NOT NULL | Note Nbr |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
6 | DESCRLONG | Long Character | CLOB NOT NULL | Long Description |