SSR_ACAD_REL(SQL Table) |
Index Back |
---|---|
DEST related ProgramsThis record stores Academic Programs that are 'related' in a DEST sense to the ACAD_PROG. i.e It is used to store Academic Programs that a student can transfer to without DETYA considering that it is a new program. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL | Academic Institution |
2 | ACAD_PROG | Character(5) | VARCHAR2(5) NOT NULL | Academic Program |
3 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
4 | SSR_RELATED_PROG | Character(5) | VARCHAR2(5) NOT NULL |
Related Academic Program
Prompt Table: ACAD_PROG_TBL |
5 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |