| EXT_ORGSCHL_LN(SQL View) | Index Back | 
|---|---|
| External Org Schl View rel lanThis view shows all the external organizations whiich are active and with external all organization types that offer courses. | 
| SELECT A.EXT_ORG_ID , C.LANGUAGE_CD , C.DESCR FROM PS_EXT_ORG_TBL_ADM A , PS_EXT_ORG_TBL B , PS_EXT_ORG_LANG C WHERE A.EXT_ORG_ID = B.EXT_ORG_ID AND %EffdtCheck(EXT_ORG_TBL B1, B, %CurrentDateIn) AND A.OFFERS_COURSES = 'Y' AND %EffdtCheck(EXT_ORG_TBL_ADM A1, A, %CurrentDateIn) AND B.EXT_ORG_ID = C.EXT_ORG_ID AND B.EFFDT = C.EFFDT | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(11) | VARCHAR2(11) NOT NULL | External Org ID Prompt Table: EXT_ORG_TBL | |
| 2 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |