EXT_ORG_VW_LANG

(SQL View)
Index Back

External Organization Tbl View

Use EXT_ORG_TBL to maintain information about organizations. Each organization is assigned an identification number. If the organization is a school or offers courses then it should also be included in the SCHOOL_TBL. When adding an External Organization, you'll be given the opportunity to automatically have it added to the SCHOOL_TBL. This is the related language record for EXT_ORG_VW_LANG.

SELECT A.EXT_ORG_ID , A1.LANGUAGE_CD , A.EFFDT , A1.DESCR FROM PS_EXT_ORG_TBL A ,PS_EXT_ORG_LANG A1 WHERE A.EXT_ORG_ID = A1.EXT_ORG_ID AND A.EFFDT = A1.EFFDT AND A.EFFDT = ( SELECT MAX(A2.EFFDT) FROM PS_EXT_ORG_TBL A2 WHERE A.EXT_ORG_ID = A2.EXT_ORG_ID AND A2.EFFDT <= %CurrentDateIn) AND A.EFF_STATUS = 'A'

  • Related Language Record for EXT_ORG_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 EXT_ORG_ID Character(11) VARCHAR2(11) NOT NULL External Org ID

    Default Value: 0

    Prompt Table: EXT_ORG_TBL

    2 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    3 EFFDT Date(10) DATE Effective Date

    Default Value: %DATE

    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description