EXT_ORG_TC_VW

(SQL View)
Index Back

External Orgs Offering Courses

This if a view of the Eternal Org Tbl to get the schools that offer courses.

SELECT A.EXT_ORG_ID , A.EFFDT , A.EFF_STATUS , B.DESCR FROM PS_EXT_ORG_TBL_ADM A , PS_EXT_ORG_TBL B WHERE A.EXT_ORG_ID = B.EXT_ORG_ID AND %EffdtCheck(EXT_ORG_TBL B1, B, %CurrentDateIn) AND A.OFFERS_COURSES = 'Y'

  • Related Language Record: EXTORGTCVWLNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 EXT_ORG_ID Character(11) VARCHAR2(11) NOT NULL External Org ID
    2 EFFDT Date(10) DATE NOT NULL Effective Date

    Default Value: %date

    3 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
    A=Active
    I=Inactive
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description