EXTORGSFVW2LNG(SQL View) |
Index Back |
---|---|
External Organization It ViewUse 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. |
SELECT DISTINCT a.business_unit , b.ext_org_id ,b.language_cd , b.descr FROM ps_bus_unit_tbl_sf a , ps_EXT_ORG_LANG b , PS_ACCOUNT_ORG_SF c WHERE a.business_unit = c.business_unit AND b.ext_org_id = c.ext_org_id AND b.effdt = ( SELECT MAX(b1.effdt) FROM ps_EXT_ORG_LANG b1 WHERE b.ext_org_id = b1.ext_org_id AND b1.effdt <= %CurrentDateIn) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_CS.BUSINESS_UNIT |
2 | EXT_ORG_ID | Character(11) | VARCHAR2(11) NOT NULL |
External Org ID
Default Value: 0 Prompt Table: EXT_ORG_TBL |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |