STDNT_GRADE_DTL

(SQL Table)
Index Back

Student Grade Detail

Gradebook -This record holds the grade for a specific assignment for a student.

  • Parent record: STDNT_GRADE_HDR
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 STRM Character(4) VARCHAR2(4) NOT NULL Term

    Prompt Table: TERM_TBL

    2 CLASS_NBR Number(5,0) INTEGER NOT NULL Class Nbr
    3 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
    4 SEQUENCE_NO Number(3,0) SMALLINT NOT NULL Sequence #
    5 STUDENT_GRADE Number(6,2) DECIMAL(5,2) NOT NULL Assignment Grade
    6 EXCLUDE_FROM_GRADE Character(1) VARCHAR2(1) NOT NULL Exclude from Grade

    Y/N Table Edit

    Default Value: N

    7 DUE_DT Date(10) DATE Due Date
    8 SUBMITTED_OPRID Character(30) VARCHAR2(30) NOT NULL Specifies the User ID which made the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts.
    9 SUBMITTED_DT Date(10) DATE Used in SS Framework
    10 LASTUPDOPRID Character(30) VARCHAR2(30) NOT NULL Specifies the User ID which made the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts.
    11 UPDATED_DTTM DateTime(26) TIMESTAMP Last Updated