HR_SRCH_JOB_VW2(SQL View) |
Index Back |
---|---|
Job Data ViewThis record has been created to extract all the Job Data(including history) and to bypass the query security record |
SELECT A.EMPLID ,A.EMPL_RCD ,A.EFFDT ,A.POSITION_NBR FROM PS_JOB A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Default Value: PER_ORG_ASGN.EMPLID Prompt Table: PERS_SRCH_GBL |
2 | EMPL_RCD | Number(3,0) | SMALLINT NOT NULL | Empl Record |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | POSITION_NBR | Character(8) | VARCHAR2(8) NOT NULL |
Position Number
Prompt Table: POSN_DATA_VW |