RBW_MYPOI_VW(SQL View) |
Index Back |
|---|---|
View to display POI txns.View used by data set rules to display all POI transactions created by me. |
| SELECT A.SYNCID , A.SYNCDTTM ,B.PERSON_ID FROM PS_RBW_POI A , PSOPRALIAS B WHERE A.ROW_ADDED_OPRID = B.OPRID |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. | |
| 2 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |
| 3 | PERSON_ID | Character(15) | VARCHAR2(15) NOT NULL | Person ID |