CMNT_CTGRYVW_LN(SQL View) |
Index Back |
---|---|
CMNT_CTGRYVW_LNRelated Language for CMNT_CATEGRY_VW |
SELECT DISTINCT a.common_id , a.institution , a.cmnt_category , b.effdt , b1.language_cd , b1.descr FROM PS_PERSON_COMMENT a , ps_cmnt_catg_tbl b ,ps_cmnt_catg_lang b1 WHERE b.institution =b1.institution AND a.institution = b.institution AND b.cmnt_category=b1.cmnt_category AND a.cmnt_category = b.cmnt_category |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(11) | VARCHAR2(11) NOT NULL | Common ID to store Personal ID / Ext Org ID value | |
2 | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Default Value: OPR_DEF_TBL_CS.INSTITUTION Prompt Table: INSTITUTION_TBL |
|
3 | Character(6) | VARCHAR2(6) NOT NULL |
Comment Category
Prompt Table: CMNT_CATG_TBL |
|
4 | Date(10) | DATE |
Effective Date
Default Value: %date |
|
5 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |