Definition of table stu-schedule
Student Schedule , Table Dump Name stu-schd

Alphabetical Field Summary

  • add-date: (DATE) Date course was last scheduled
  • bldg-id: (INTG) This is not always the same as stu-year.bldg-id for a studen
  • change-date: (DATE) Effective date of this change
  • change-seq: (INTG) Change Sequence #
  • comments: (CHAR) Comments for this scheduled course
  • course-credit: (DECM) Course credits (if different from normal course)
  • course-id: (INTG) Course Requested by the student
  • cre-date: (DATE) Date record was created
  • cre-time: (CHAR) Time this record was created at
  • cre-user-name: (CHAR) Name of user who created the record
  • credit-earned: (DECM) until some credit has been earned (even if it's 0)
  • current-entry: (LOGC) Is this the most current entry?
  • drop-date: (DATE) Date course was last dropped
  • end-schd-period-id: (INTG) Ending scheduling period for this scheduled course
  • extern-guid: (CHAR) External Global Unique ID for this record
  • gpa-multiplier: (DECM) Grade Point multiplier for this course used when figuring GP
  • grading-policy: (CHAR) Grading policy for course (Pass/Fail, Numeric, Letter, etc)
  • override-credit: (LOGC) Yes to override default credit for this course
  • override-gpa-multiplier: (LOGC) Yes to specify a custom GPA multiplier for this student/cour
  • override-grading-policy: (LOGC) Yes to override default grading policy for this course
  • override-schd-period: (LOGC) Yes to override the natural duration of this scheduled cours
  • progress-tracking: (LOGC) Yes to generate additional progress reports for this course
  • request-seq: (INTG) Seq# of request responsible for this schedule entry
  • schd-status-id: (INTG) Schedule Status for this course
  • schd-version-id: (INTG) Schedule Version we are associated with
  • scheduled-as: (CHAR) Values are MANUAL, NORMAL, REQUEST-ALTERNATE, COURSE-ALTERNA
  • school-year-id: (INTG) School year for this record
  • section-id: (INTG) Internally assigned section ID
  • start-schd-period-id: (INTG) Starting scheduling period for this scheduled course
  • stu-schd-seq: (INTG) Unique student scheduled entry identifier [DEFINE KEY]
  • stu-seq: (INTG) Internally assigned Student Sequence #
  • upd-date: (DATE) Date record was last updated
  • upd-time: (CHAR) Time this record was last updated at
  • upd-user-name: (CHAR) Name of user record was updated by

    Alphabetical Index Summary

  • course-by-change-history: school-year-id, bldg-id, schd-version-id, stu-seq, course-id, section-id, change-date, change-seq
  • extern-guid: extern-guid
  • schd-by-status: school-year-id, schd-status-id, current-entry, stu-seq, stu-schd-seq
  • stu-by-course: school-year-id, bldg-id, schd-version-id, course-id, section-id, current-entry, stu-seq, stu-schd-seq
  • stu-schd-changes: school-year-id, bldg-id, schd-version-id, stu-seq, stu-schd-seq, change-seq
  • stu-schd-request: school-year-id, bldg-id, schd-version-id, stu-seq, current-entry, request-seq, stu-schd-seq
  • stu-schedule: (UNIQUE, PRIMARY) school-year-id, stu-seq, current-entry, stu-schd-seq, change-seq

    Alphabetical Trigger Summary

  • CREATE: Overridable, Procedure is tr-c-sts.p (SOURCE NOT AVAILABLE)
  • DELETE: Overridable, Procedure is tr-d-sts.p (SOURCE NOT AVAILABLE)
  • REPLICATION-CREATE: Procedure is rp-c-sts.p (SOURCE NOT AVAILABLE)
  • REPLICATION-DELETE: Procedure is rp-d-sts.p (SOURCE NOT AVAILABLE)
  • REPLICATION-WRITE: Procedure is rp-u-sts.p (SOURCE NOT AVAILABLE)
  • WRITE: Overridable, Procedure is tr-u-sts.p (SOURCE NOT AVAILABLE)

    Other tables who reference stu-schedule

  • stu-course-atnd - Course Based student attendance
  • stu-daily-atnd - Daily student attendance entries
  • stu-state-item - Describes a students state record entry
  • stu-title1-service - Student Title 1 Service

    Tables stu-schedule references

  • building - One record for each building, for each scheduling version, f
  • course-catalog - Course Catalog
  • course-stats - Course Request statistics
  • credential-area-course - (no description available)
  • grading-setup - Grading setup controls building level setup/policy issues wi
  • master-schd - Master Schedule records One entry per course, per section fo
  • master-schd-display - This is a transient table used for master schedule display s
  • schd-status - Student Schedule Status Code
  • school-year - School year file
  • stu-assign - (no description available)
  • stu-base - Student Base record
  • stu-course-atnd - Course Based student attendance
  • stu-request - Student Requests File
  • stu-request-master - Student Request Master Controls
  • stu-title1-service - Student Title 1 Service
  • stu-year - One record for each year a student exists in the district
  • user-bldg - User Restricted to building list


    Detailed Alphabetical Field Listing
    add-date Data type: DATE
    Format: 99/99/9999
    Help: Date course was last scheduled

    bldg-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Description: This is not always the same as stu-year.bldg-id for a studen
    Help: Building this course is scheduled in
    Attributes: Index Component

    change-date Data type: DATE
    Format: 99/99/9999
    Help: Effective date of this change
    Attributes: Index Component

    change-seq Data type: INTEGER
    Format: zzzzzzzzzzz9
    Help: Change Sequence #
    Attributes: Index Component

    comments Data type: CHARACTER
    Format: x(68)
    Help: Comments for this scheduled course

    course-credit Data type: DECIMAL (Decimals: 3)
    Format: z9.999 (Initial Value: 0)
    Help: Course credits (if different from normal course)

    course-id Data type: INTEGER
    Format: zzzzzzzzz9
    Help: Course Requested by the student
    Attributes: Index Component

    cre-date Data type: DATE
    Format: 99/99/9999 (Initial Value: TODAY)
    Description: Date record was created

    cre-time Data type: CHARACTER
    Format: x(8)
    Description: Time this record was created at

    cre-user-name Data type: CHARACTER
    Format: x(16)
    Description: Name of user who created the record

    credit-earned Data type: DECIMAL (Decimals: 3)
    Format: z9.999
    Description: until some credit has been earned (even if it's 0)
    Help: Credit earned for this course

    current-entry Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Description: Is this the most current entry?
    Attributes: Index Component

    drop-date Data type: DATE
    Format: 99/99/9999
    Help: Date course was last dropped

    end-schd-period-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Help: Ending scheduling period for this scheduled course

    extern-guid Data type: CHARACTER
    Format: x(32)
    Description: External Global Unique ID for this record
    Attributes: Index Component

    gpa-multiplier Data type: DECIMAL (Decimals: 3)
    Format: 9.999 (Initial Value: 1)
    Help: Grade Point multiplier for this course used when figuring GP

    grading-policy Data type: CHARACTER
    Format: x(9) (Initial Value: Letter)
    Help: Grading policy for course (Pass/Fail, Numeric, Letter, etc)

    override-credit Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: Yes to override default credit for this course

    override-gpa-multiplier Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: Yes to specify a custom GPA multiplier for this student/cour

    override-grading-policy Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: Yes to override default grading policy for this course

    override-schd-period Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: Yes to override the natural duration of this scheduled cours

    progress-tracking Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: Yes to generate additional progress reports for this course

    request-seq Data type: INTEGER
    Format: zzzzzzzzzzz9
    Description: Seq# of request responsible for this schedule entry
    Attributes: Index Component

    schd-status-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Help: Schedule Status for this course
    Attributes: Index Component

    schd-version-id Data type: INTEGER
    Format: zzzzzzzzz9
    Help: Schedule Version we are associated with
    Attributes: Index Component

    scheduled-as Data type: CHARACTER
    Format: x(18) (Initial Value: Manual)
    Description: Values are MANUAL, NORMAL, REQUEST-ALTERNATE, COURSE-ALTERNA
    Help: How scheduled course was entered

    school-year-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Help: School year for this record
    Attributes: Index Component

    section-id Data type: INTEGER
    Format: zzzzzzzz9
    Help: Internally assigned section ID
    Attributes: Index Component

    start-schd-period-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Help: Starting scheduling period for this scheduled course

    stu-schd-seq Data type: INTEGER
    Format: zzzzzzzzzzz9
    Description: Unique student scheduled entry identifier [DEFINE KEY]
    Attributes: Index Component

    stu-seq Data type: INTEGER
    Format: zzzzzzzzzzz9
    Description: Internally assigned Student Sequence #
    Attributes: Index Component

    upd-date Data type: DATE
    Format: 99/99/9999 (Initial Value: TODAY)
    Description: Date record was last updated

    upd-time Data type: CHARACTER
    Format: x(8)
    Description: Time this record was last updated at

    upd-user-name Data type: CHARACTER
    Format: x(16)
    Description: Name of user record was updated by

    Created on 05/07/2012 by DBHTML V1.2