EP_NO_SECTNS_VW(SQL View) |
Index Back |
---|---|
View of No valid SectionsObjectives view that will select NO Sections. This is used as the prompt table for the Supports drop down so that no valid Sections will display when none are valid. |
SELECT EP_SECTION_TYPE , DESCR50 FROM PS_EP_SECTION_DEFN WHERE 1 = 2 |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EP_SECTION_TYPE | Character(8) | VARCHAR2(8) NOT NULL | Section type |
2 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 |