JOB_MINEFFDT_VW(SQL View) |
Index Back |
|---|---|
Minimum Effdt for each JobThis is a view of the minimum effective date for each different job (Empl_Rcd) that an employee has ever held. Used in the on-line validation of the Primary_Jobs table. |
| SELECT EMPLID ,EMPL_RCD ,MIN(EFFDT) FROM PS_JOB GROUP BY EMPLID , EMPL_RCD |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(11) | VARCHAR2(11) NOT NULL | Employee ID | |
| 2 | Number(3,0) | SMALLINT NOT NULL | Empl Record | |
| 3 | Date(10) | DATE |
Effective Date
Default Value: %date |