ACAD_PLAN_TBL(SQL Table) |
Index Back |
---|---|
Academic Plan TableAn Academic Plan is a focus within an Academic Program. Academic Plans are typically majors, minors or specializations. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Institution field to store institution information in campus solution system.
Prompt Table: INSTITUTION_TBL |
2 | ACAD_PLAN | Character(10) | VARCHAR2(10) NOT NULL | Academic Plan field coming from campus solution system |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL |
Short Description
Default Value: ACAD_PLAN_TBL.DESCR |
7 | ACAD_PLAN_TYPE | Character(3) | VARCHAR2(3) NOT NULL | Academic Plan Type |
8 | ACAD_PROG | Character(5) | VARCHAR2(5) NOT NULL |
Academic program field coming from campus solution system.
Prompt Table: ACAD_PROG_TBL |
9 | PLN_REQTRM_DFLT | Character(1) | VARCHAR2(1) NOT NULL |
This field is used to store the Requirement Term Default value.
Default Value: A |
10 | DEGREE | Character(8) | VARCHAR2(8) NOT NULL | DEGREE. This field is used in the TS189 Outbound Message. |
11 | DIPLOMA_DESCR | Character(100) | VARCHAR2(100) NOT NULL | This field stores the Diploma Description. |
12 | DIPLOMA_PRINT_FL | Character(1) | VARCHAR2(1) NOT NULL |
Print on Diploma
Y/N Table Edit Default Value: Y |
13 | DIPLOMA_INDENT | Number(2,0) | SMALLINT NOT NULL | This field is used to indicate number of characters to indent |
14 | TRNSCR_DESCR | Character(100) | VARCHAR2(100) NOT NULL | This field is used to store the Transcript Description. |
15 | TRNSCR_PRINT_FL | Character(1) | VARCHAR2(1) NOT NULL |
Print on Transcipt value.
Y/N Table Edit Default Value: Y |
16 | TRNSCR_INDENT | Number(2,0) | SMALLINT NOT NULL | Number of Characters Indent on Transcription |
17 | FIRST_TERM_VALID | Character(4) | VARCHAR2(4) NOT NULL | This field is used to indicate first valid term. |
18 | CIP_CODE | Character(13) | VARCHAR2(13) NOT NULL |
CIP code
Default Value: ACAD_PROG_TBL.CIP_CODE |
19 | HEGIS_CODE | Character(8) | VARCHAR2(8) NOT NULL |
This field is used for mentioning HEGIS code
Default Value: ACAD_PROG_TBL.HEGIS_CODE |
20 | ACAD_CAREER | Character(4) | VARCHAR2(4) NOT NULL |
Academic career field coming from campus solution system.
BAC=Bachelor (NLD) BBL=Vocational Coaching (NLD) BOL=Vocational Training (NLD) BUSN=Graduate Business CNED=Continuing Education CRED=Semester Credit EDU=Education (NLD) EXED=Extended Education GRAD=Graduate LAW=Law MEDS=Medical School NONA=Non Award PGRD=Postgraduate RSCH=Research TECH=Technical UENG=Undergraduate Engineering UGRD=Undergraduate VAVO=Advanced General Educ. (NLD) VETM=Veterinary Medicine Prompt Table: ACAD_CAR_TBL |
21 | TRANSCRIPT_LEVEL | Character(2) | VARCHAR2(2) NOT NULL | Transcript level |
22 | STUDY_FIELD | Character(10) | VARCHAR2(10) NOT NULL | Field of Study |
23 | EVALUATE_PLAN | Character(1) | VARCHAR2(1) NOT NULL |
Field used to store the Evaluate Plan values.
Y/N Table Edit |
24 | SSR_LAST_PRS_DT | Date(10) | DATE | Field used to store the Last Prospect Date values. |
25 | SSR_LAST_ADM_TERM | Character(4) | VARCHAR2(4) NOT NULL | This field stores the Last Admitted Term. |
26 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
27 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
28 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
29 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
30 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
31 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |
32 | DESCRLONG | Long Character | CLOB | Long Description |