ORGCMNTCATVWLNG(SQL View) |
Index Back |
---|---|
Reld Lng Org Comment Categ VwORGCMNTCATVWLNG is the language record related to ORG_CMNT_CAT_VW. A related language record enables text fields on a table to be translated into various languages for use in other countries. |
SELECT DISTINCT a.common_id , a.institution , a.cmnt_category , B.LANGUAGE_CD , b.descr FROM PS_PERSON_COMMENT a , PS_CMNT_CATG_LANG b WHERE a.institution = b.institution AND a.cmnt_category = b.cmnt_category |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | COMMON_ID | Character(11) | VARCHAR2(11) NOT NULL | Common ID to store Personal ID / Ext Org ID value |
2 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Default Value: OPR_DEF_TBL_CS.INSTITUTION Prompt Table: INSTITUTION_TBL |
3 | CMNT_CATEGORY | Character(6) | VARCHAR2(6) NOT NULL |
Comment Category
Prompt Table: CMNT_CATG_TBL |
4 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |