Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

EMPLID                                         - Empl ID (key)
ACAD_CAREER                           - Academic Career (key)
STDNT_CAR_NBR                       - Student Career Nbr (key)
EFFDT                                          - Effective Date (key; the current record is the maximum effective date, less than or equal to today, for the EMPLID, ACAD_CAREER and STDNT_CAR_NBR) 
EFFSEQ                                       - Effective Sequence (key; this field allows multiple transactions for the EFFDT.  The current record is the maximum effective sequence for the EFFDT.) 
INSTITUTION                               - Academic Institution (this is not a key but should be considered one because there are multiple institutions in CUNYfirst.  Always delimit your selection by INSTITUTION.)  
ACAD_PROG                               - Academic Program  (the student's program - MPA, MA, MBA, UGRD, etc.)
PROG_STATUS                           - Academic Program Status ('AC' - active – a student MUST be active to be term activated; 'CM' - completed – the student has graduated; 'CN' - cancelled; 'DC' - discontinued;  'DM' - dismissed. This field is derived from PROG_ACTION.) 
PROG_ACTION                           - Program Action (what is happening, such as MATR - matriculation, DATA - data change, DISC - discontinuation, etc.)
ACTION_DT                                 - Action Date (the date of the action, always defaults to today's date)
PROG_REASON                          - Action Reason (why the action is taking place)
ADMIT_TERM                              - Admit Term (the term when the student started)
EXP_GRAD_TERM                      -  Expected Graduation Term (the term when the student should graduate)
REQ_TERM                                  - Requirement Term (the term which governs the rules for graduation.) 
ACAD_LOAD_APPR                    - Approved Academic Load
CAMPUS                                      - Campus
DEGR_CHKOUT_STAT               - Degree Checkout Status (if a student has applied for graduation, or has graduated; 'AG' - applied, 'AW' - awarded, etc.)  
COMPLETION_TERM                 - Completion Term (the term in which the student graduated)
ACAD_PROG_DUAL                   - Dual Academic Program
JOINT_PROG_APPR                  - Joint Program Approved
ADM_APPL_NBR                        - Application Nbr  (if this student came through the Admissions process, this number can be used to retrieve the application.)
APPL_PROG_NBR                     - Application Program Nbr
DATA_FROM_ADM_APPL          - Data from Admissions Appl
SSR_RS_CANDIT_NBR             - Candidate Number
SSR_APT_INSTANCE                - APT Instance
SSR_YR_OF_PROG                  - Year of Program
SSR_SHIFT                                - Academic Shift
SSR_COHORT_ID                     - Cohort Tag
SCC_ROW_ADD_OPRID          - Created By (the user who added the record.)
SCC_ROW_ADD_DTTM           - Created (when the record was added.)
SCC_ROW_UPD_OPRID          - Updated By (the user who change the record last.)
SCC_ROW_UPD_DTTM           - Last Update Date/Time (when the record was changed last.)

 

B) ACAD_PLAN contains the student's plan, which is the major or minor. A student MUST have one plan but there could be more than one. The . ACAD_PLAN is owned by ACAD_PROG, so the five keys of ACAD_PROG MUST equal the first five keys of ACAD_PLAN.  The table layout is below.

Field                                               Description

EMPLID                                         - Empl ID ID (key - must be the same as the owning ACAD_PROG.)
 ACAD_CAREER                           - Academic Career (key - must be the same as the owning ACAD_PROG.)
 STDNT_CAR_NBR                       - Student Career Nbr (key - must be the same as the owning ACAD_PROG.)
 EFFDT                                          - Effective Date (key - must be the same as the owning ACAD_PROG.)
 EFFSEQ                                       - Effective Sequence (key - must be the same as the owning ACAD_PROG.)
 ACAD_PLAN                                - Academic Plan (the student's major or minor.)
 DECLARE_DT                              - Declare

...

Date 
 PLAN_SEQUENCE                      - Plan

...

Sequence 
 REQ_TERM                                  - Requirement

...

Term 
 COMPLETION_TERM                  - Completion

...

Term 
 STDNT_DEGR                             - Student Degree

...

Nbr 
 DEGR_CHKOUT_STAT               - Degree Checkout

...

Status 
 ADVIS_STATUS                           - Advisement

...

Status 
 SSR_APT_INSTANCE                 - APT

...

Instance 
 SSR_YR_OF_PROG                    - Year of

...

Program 
 SCC_ROW_ADD_OPRID            - Created

...

By 
 SCC_ROW_ADD_DTTM             -

...

Created 
 SCC_ROW_UPD_OPRID           - Updated

...

By 
 SCC_ROW_UPD_DTTM            - Last Update Date/Time

...

 

 

  1. EMPLID
  2. ACAD_CAREER
  3. STDNT_CAR_NBR
  4. EFFDT
  5. EFFSEQ
  6. ACAD_PLAN

 

...


 



and one plan – a student may have multiple plans but one is required. A student must be active in a program in order to be term activated. That process creates the STDNT_CAR_TERM record and a student will have one of these records for each term he/she is term activated. Finally, for each term and each class in which a student is enrolled, a STDNT_ENRL record is created.

...