PRINT_AREA_VW10(SQL View) |
Index Back |
---|---|
Print Area View 10This is a view of the PRINT_AREA_TBL used for prompting in the Print_Area field of the Transcript Type panels. It is generally used for information that can appear either in the header or trailer area of the transcript, or after the enrollment data. |
SELECT A.PRINT_AREA_CODE , A.DESCR FROM PS_PRINT_AREA_TBL A WHERE A.PRINT_AREA_CODE IN ('ND','TH','TT','ED','ET') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PRINT_AREA_CODE | Character(2) | VARCHAR2(2) NOT NULL | Print Area Code |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |