JPM_ESIGN_VW(SQL View) |
Index Back |
|---|---|
Job Profile AcknowledgmentsReturns the latest EE Acknowledgment entry for a profile. |
| SELECT EMPLID , JPM_PROFILE_ID , DTTM_STAMP FROM PS_JPM_ESIGN_FL A WHERE DTTM_STAMP = ( SELECT MAX(DTTM_STAMP) FROM PS_JPM_ESIGN_FL A1 WHERE A1.EMPLID=A.EMPLID AND A1.JPM_PROFILE_ID = A.JPM_PROFILE_ID) |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(11) | VARCHAR2(11) NOT NULL | Employee ID | |
| 2 | Character(12) | VARCHAR2(12) NOT NULL | The id, autoassigned or user assigned of the profile. This id is used to group items and other related material together into one coherent profile. | |
| 3 | DTTM_STAMP | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |