HCR_OC_JOB_VW(SQL View) |
Index Back |
|---|---|
Job viewThis view will be used to display the actual Job data on the new Promote an assignment to an instance functionality. |
| SELECT A.EMPLID ,A.EMPL_RCD ,A.EFFDT ,A.EFFSEQ ,A.HR_STATUS ,A.ACTION ,A.ACTION_REASON ,A.HIRE_DT ,A.LAST_HIRE_DT ,A.ASGN_START_DT ,A.LST_ASGN_START_DT FROM PS_JOB A , PS_INSTALLATION |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Default Value: NEW Prompt Table: PERSON |
|
| 2 | Number(3,0) | SMALLINT NOT NULL | Empl Rcd Nbr | |
| 3 | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
|
| 4 | Number(3,0) | SMALLINT NOT NULL | Effective Sequence | |
| 5 | HR_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
HR Status
A=Active I=Inactive Default Value: A |
| 6 | ACTION | Character(3) | VARCHAR2(3) NOT NULL |
Action
Prompt Table: ACTION_TBL |
| 7 | ACTION_REASON | Character(3) | VARCHAR2(3) NOT NULL |
Reason Code
Prompt Table: ACTN_REASON_TBL |
| 8 | HIRE_DT | Date(10) | DATE | First Start Date |
| 9 | LAST_HIRE_DT | Date(10) | DATE | Latest Start Date - The latest time that an Employee or a Contingent Worker has started - based on EMPLID/EMPL_RCD. |
| 10 | ASGN_START_DT | Date(10) | DATE | Start date of the specific EMPL_RCD assignment. This is different from the Person's Hire date. |
| 11 | LST_ASGN_START_DT | Date(10) | DATE | Lastest start date of the specific EMPL_RCD assignment. This is different from the Person's organizational instance Last Hire Date. |