TERM_TBL

(SQL Table)
Index Back

Term Definition Table

The term definition table contains data that relates to an institutions quarter/semester definitions.

  • Related Language Record: TERM_TBL_LANG
  • # 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.
    2 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

    3 STRM Character(4) VARCHAR2(4) NOT NULL Term
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    5 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description
    6 TERM_BEGIN_DT Date(10) DATE NOT NULL Term Begin Date
    7 TERM_END_DT Date(10) DATE NOT NULL Term Ending Date
    8 SESSION_CODE Character(3) VARCHAR2(3) NOT NULL Academic Session Code
    9 WEEKS_OF_INSTRUCT Number(2,0) SMALLINT NOT NULL Weeks of Instruction
    10 TERM_CATEGORY Character(1) VARCHAR2(1) NOT NULL Term Category
    11 ACAD_YEAR Character(4) VARCHAR2(4) NOT NULL Academic Year
    12 TRANSCIPT_DT_PRT Character(2) VARCHAR2(2) NOT NULL transcript - date printed
    13 HOLIDAY_SCHEDULE Character(6) VARCHAR2(6) NOT NULL This is the holiday schedule field.

    Default Value: ACAD_CAR_TBL.HOLIDAY_SCHEDULE

    Prompt Table: HOLIDAY_TBL

    14 SIXTY_PCT_DT Date(10) DATE NOT NULL deadline - sixty percentage point in time
    15 USE_DYN_CLASS_DATE Character(1) VARCHAR2(1) NOT NULL Use Dynamic Class Dates

    Y/N Table Edit

    Default Value: ACAD_CAR_TBL.USE_DYN_CLASS_DATE

    16 SSR_TRMAC_LAST_DT Date(10) DATE NOT NULL maximum program effective date for term

    Default Value: TERM_TBL.TERM_BEGIN_DT

    17 SSR_SSENRLDISP_BDT Date(10) DATE NOT NULL Show term in Self Service Enrollment begin date
    18 SSR_SSENRLDISP_EDT Date(10) DATE NOT NULL Show term in Self Service Enrollment end date
    19 SSR_SSPLNRDISP_BDT Date(10) DATE NOT NULL Show term in Self Service Planner begin date
    20 SSR_SSPLNRDISP_EDT Date(10) DATE NOT NULL Show term in Self Service Planner end date
    21 ROW_ADDED_DTTM DateTime(26) TIMESTAMP This is a datetime field for record creation.
    22 ROW_ADDED_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who added the row.
    23 ROW_LASTMANT_DTTM DateTime(26) TIMESTAMP The date and time that the row was last updated.
    24 ROW_LASTMANT_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who last modified the row.
    25 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.
    26 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time