SCHOOL_SUBJ_TBL

(SQL Table)
Index Back

School Subjects Tbl

Use SCHOOL_SUBJ_TBL to record the subjects a school offers and categorize them into EXT_SUBJECT_AREAs.

  • Related Language Record: SCHOOL_SUBJ_LNG
  • Parent record: SCHOOL_SUBJ_HDR
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 EXT_ORG_ID Character(11) VARCHAR2(11) NOT NULL External Org ID

    Prompt Table: EXT_ORG_TBL

    2 SCHOOL_SUBJECT Character(8) VARCHAR2(8) NOT NULL School Subject

    Prompt Table: SCHOOL_SUBJ_HDR

    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 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description

    Default Value: SCHOOL_SUBJ_TBL.DESCR

    7 EXT_SUBJECT_AREA Character(4) VARCHAR2(4) NOT NULL External Subject Area

    Prompt Table: EXT_SUBJECT_TBL