AVUNTASGNVWLNG(SQL View) |
Index Back |
---|---|
Units assigned - people & orgsAVUNTASGNVWLNG is the related language recordfor the record AV_UNT_ASGN_VW Returns all the units assigned (whether they are assigned to people or organizations). |
SELECT DISTINCT A.INSTITUTION , A.UNIT_CD ,B.LANGUAGE_CD , B.DESCR FROM PS_AV_ASGN_UNT_PRP A , PS_AVUNITTBLLNG B WHERE A.UNIT_CD = B.UNIT_CD |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL | Academic Institution |
2 | UNIT_CD | Character(11) | VARCHAR2(11) NOT NULL | Unit Code |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |