HR_REP_SUMM_VW(SQL View) |
Index Back |
---|---|
Reporting Chg Summary ViewReporting change summary information 1 |
SELECT DISTINCT A.TRANSACTION_NBR , A.ORIGINATORID , C.NAME_DISPLAY FROM PS_HR_REPORT_TRANS A , PS_PERSON_NAME C , PS_HR_MGR_REP_DAT D WHERE A.TRANSACTION_NBR = D.TRANSACTION_NBR AND C.EMPLID = D.SUPERVISOR_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | TRANSACTION_NBR | Number(15,0) | DECIMAL(15) NOT NULL | 08/02/99 NAS: Changed the size of this field from 10 to 15. Based on Jim Hillman's decision to make the field at a standard size. |
2 | ORIGINATORID | Character(30) | VARCHAR2(30) NOT NULL | Originator Identifier |
3 | NAME_DISPLAY | Character(50) | VARCHAR2(50) NOT NULL | Display Name - name formatted for Display based on the Country |