GP_SRCH_JC_VW(SQL View) |
Index Back |
---|---|
GP Jobcode viewThis view is created to retrieve the jobcode and its description to use in GP Search feature. |
SELECT JOBCODE ,DESCR FROM PS_JOBCODE_TBL |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | JOBCODE | Character(6) | VARCHAR2(6) NOT NULL | Job Code |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |