JOB_LOC_BRA_VW(SQL View) |
Index Back |
---|---|
Job Codes in specific locationJob Codes in a specific location Brazil |
SELECT DISTINCT A.SETID_LOCATION , A.LOCATION , A.JOBCODE , B.DESCR FROM PS_JOB A , PS_JOBCODE_TBL B WHERE A.SETID_LOCATION = B.SETID AND A.JOBCODE = B.JOBCODE |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_HR.SETID Prompt Table: SET_LOC_VLD_VW |
2 | LOCATION | Character(10) | VARCHAR2(10) NOT NULL |
Location Code
Prompt Table: LOCATION_TBL |
3 | JOBCODE | Character(6) | VARCHAR2(6) NOT NULL | Job Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |