CRSE_ATTR_TBL(SQL Table) |
Index Back |
|---|---|
Course Print Attribute TableThe Course Print Attribute Table stores Course Attributes that can be associated with a Course. Course Attributes are typically printed in the Course Catalog and Schedule of Classes. |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(4) | VARCHAR2(4) NOT NULL | Course Attribute | |
| 2 | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
|
| 3 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
| 4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL |
Short Description
Default Value: CRSE_ATTR_TBL.DESCR |
| 6 | SSR_SHOW_CLSRCH | Character(1) | VARCHAR2(1) NOT NULL |
Show In Class Search
Y/N Table Edit Default Value: N |