HR_CP_TEST_VW(SQL View) |
Index Back |
---|---|
Employee Resume Licenses & CerThis view is created from the HR_CP_ACCOMP_VW and ACCOMP_TBL tables and is used for the Licenses and Certifications grid on the Employee Self-Service Interal Resume |
SELECT DISTINCT A.EMPLID ,%Substring(B.JPM_CAT_ITEM_ID,1,8) , B.EFFDT ,%Substring(C.JPM_DESCR90,1,30) , B.JPM_DECIMAL_1 , B.JPM_YN_1 ,' ' FROM PS_HR_CP_CAT_VW A , PS_JPM_JP_ITEMS B , PS_JPM_CAT_ITEMS C WHERE A.JPM_PROFILE_ID = B.JPM_PROFILE_ID AND A.JPM_CAT_TYPE = B.JPM_CAT_TYPE AND A.JPM_CAT_TYPE = C.JPM_CAT_TYPE AND B.JPM_CAT_ITEM_ID = C.JPM_CAT_ITEM_ID AND A.JPM_CAT_TYPE = 'TST' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PERSON |
2 | JPM_CAT_ITEM_ID | Character(12) | VARCHAR2(12) NOT NULL | Catalog Item Id. Identifies a unique catalog item defintion within a catalog type. |
3 | DT_ISSUED | Date(10) | DATE | Issue Date |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | SCORE | Number(7,2) | DECIMAL(6,2) NOT NULL | Test Score |
6 | PASSED | Character(1) | VARCHAR2(1) NOT NULL |
Passed Test
N=No Y=Yes |
7 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |