CRSE_ATTR_VW(SQL View) |
Index Back |
---|---|
Course Attributes ViewDefalt course attributes from catalog to schedule of classes. |
SELECT CRSE_ID, EFFDT, CRSE_ATTR, CRSE_ATTR_VALUE FROM PS_CRSE_ATTRIBUTES |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(6) | VARCHAR2(6) NOT NULL | Course ID | |
2 | Date(10) | DATE | Effective Date | |
3 | Character(4) | VARCHAR2(4) NOT NULL |
Course Attribute
Prompt Table: CRSE_ATTR_TBL |
|
4 | Character(10) | VARCHAR2(10) NOT NULL |
Course Attribute Value
Prompt Table: CRSE_ATTR_VALUE |