RQ_LINE_ADV_VW

(SQL View)
Index Back

Advisement Req Line View

Use this view to prompt for student override requirements

Select Distinct a.Requirement ,a.Effdt ,b.Rq_Line_Nbr ,b.Descr ,b.Min_Units_Reqd ,b.Min_Crses_Reqd ,b.Max_Units_Allowd ,b.Max_Crses_Allowd ,b.Descr254a From PS_RQ_MAIN_TBL a, PS_RQ_LINE_TBL b Where a.Rqrmnt_Useage = 'ADV' and a.Requirement = b.Requirement and a.Effdt = b.Effdt

  • Related Language Record: RQLINEADVVW_LNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 REQUIREMENT Character(9) VARCHAR2(9) NOT NULL Academic Requirement

    Default Value: 000000000

    Prompt Table: RQ_MAIN_TBL

    2 EFFDT Date(10) DATE NOT NULL Effective Date

    Default Value: %date

    3 RQ_LINE_NBR Character(4) VARCHAR2(4) NOT NULL Line Nbr

    Prompt Table: RQ_LINE_TBL_VW

    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    5 MIN_UNITS_REQD Number(7,2) DECIMAL(6,2) NOT NULL Minimum Units
    6 MIN_CRSES_REQD Number(6,2) DECIMAL(5,2) NOT NULL Minimum Courses
    7 MAX_UNITS_ALLOWD Number(7,2) DECIMAL(6,2) NOT NULL Maximum Units Allowed
    8 MAX_CRSES_ALLOWD Number(7,2) DECIMAL(6,2) NOT NULL Maximum Courses Allowed
    9 DESCR254A Character(254) VARCHAR2(254) NOT NULL Long Description