ORG_CMNT_CAT_VW(SQL View) |
Index Back |
---|---|
Org Comment Category ViewORG_CMNT_CATEGRY_VW is used as edittable for DERIVED_CM.CMNT_CATEGORY and is assigned in RowInit. |
SELECT DISTINCT a.common_id , a.institution , a.cmnt_category , b.descr FROM PS_PERSON_COMMENT a , ps_cmnt_catg_tbl b WHERE a.institution = b.institution 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 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |