RC_PROD_COMP_VW(SQL View) | 
Index Back | 
|---|---|
Product CompetenciesStores the competencies (product areas) associated with a product | 
| SELECT b.SETID ,b.PRODUCT_ID ,b.COMPETENCY ,a.DESCR ,a.DESCRSHORT FROM PS_COMPETENCY_TBL a , PS_RF_PROD_COMP b WHERE b.COMPETENCY= a.COMPETENCY | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | 
This field is used to store the value of SetID on various setup tables.
 Default Value: OPR_DEF_TBL_RB.SETID Prompt Table: SP_SETID_NONVW  | 
|
| 2 | Character(18) | VARCHAR2(18) NOT NULL | Product ID | |
| 3 | Character(8) | VARCHAR2(8) NOT NULL | 
Competency - this field is brought over from HRMS
 Prompt Table: COMPETENCY_TBL  | 
|
| 4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description | 
| 5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |