MILESTONE_TBL

(SQL Table)
Index Back

Milestone Table

  • Related Language Record: MILESTONE_LANG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 INSTITUTION Character(5) VARCHAR2(5) NOT NULL Academic Institution

    Default Value: OPR_DEF_TBL_CS.INSTITUTION

    Prompt Table: INSTITUTION_TBL

    2 MILESTONE Character(10) VARCHAR2(10) NOT NULL Milestone
    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 DESCRFORMAL Character(50) VARCHAR2(50) NOT NULL Formal Description field
    7 TRANSCRIPT_LEVEL Character(2) VARCHAR2(2) NOT NULL Transcript level
    00=Never Print
    20=Print on Official
    40=Print on Unofficial
    60=Print on Student Life
    80=Print on Degree Progress
    8 PRNT_MLSTN_DETL Character(1) VARCHAR2(1) NOT NULL Print Milestone Detail
    A=Always Print
    N=Never Print
    S=Print If Satisfied
    9 GRADING_SCHEME Character(3) VARCHAR2(3) NOT NULL Grading Scheme

    Prompt Table: GRADESCHEME_TBL

    10 GRADING_BASIS Character(3) VARCHAR2(3) NOT NULL Grading Basis
    ANC=ABC/NC Grading
    AUD=Audit
    BMT=Multi-Term Course: Not Graded
    CNC=Credit / No Credit
    EQV=Equivalent
    GRD=Graded
    HSC=Hundred Point Scale (NLD)
    LAW=Law
    MED=Medical School Grades
    NOG=No Grade Associated
    NON=Non-Graded Component
    NQF=NQF Scale
    OPT=Student Option
    PNP=Pass/Not Pass
    SUS=Satisfactory/Unsatisfactory
    TRN=Transfer Grading Basis
    TSC=Ten Point Scale (NLD)

    Prompt Table: GRADE_BASE_D_VW

    11 ATTEMPTS_ALLOWED Number(2,0) SMALLINT NOT NULL Attempts Allowed
    12 SSR_MLST_ANT_DT_CL Character(2) VARCHAR2(2) NOT NULL This field is used to track the calculation method used to assign a default anticipated date in milestores.
    AT=Start Date of Admit Term
    DC=Do Not Calculate
    GE=Expected Grad Term End Date
    GS=Expected Grad Term Start Date
    RE=Research Final Submission Date
    RS=Research Start Date

    Default Value: DC

    13 SSR_MLST_RQ_DT_CL Character(2) VARCHAR2(2) NOT NULL This field is used to track the calculation method used to assign a default required date in milestores.
    AT=Start Date of Admit Term
    DC=Do Not Calculate
    GE=Expected Grad Term End Date
    GS=Expected Grad Term Start Date
    RE=Research Final Submission Date
    RS=Research Start Date

    Default Value: DC

    14 SSR_SS_ADVSR_AVAIL Character(1) VARCHAR2(1) NOT NULL Checkbox variable allow access to data in advisor self-service applications.

    Y/N Table Edit

    Default Value: N

    15 SSR_SS_STDNT_AVAIL Character(1) VARCHAR2(1) NOT NULL Checkbox variable allow access to data in student self-service applications.

    Y/N Table Edit

    Default Value: N

    16 SSR_INFO_FOR_STDNT Long Character CLOB A long text used by student records to display a message to students using the self-service pages.
    17 SSR_SS_STDNT_ATT Character(1) VARCHAR2(1) NOT NULL Checkbox variable allow attachment in student self-service applications.

    Y/N Table Edit

    18 SSR_SS_ADVSR_ATT Character(1) VARCHAR2(1) NOT NULL Checkbox variable allow attachment in advisor self-service applications.

    Y/N Table Edit