RC_EMPLID_VW2(SQL View) |
Index Back |
---|---|
Employee ID Search ViewSearch view used on configurable search to return Employee ID. |
SELECT A.SYNCID , B.EMPLID FROM PS_RC_CASE A , PS_RD_PERSON B WHERE B.BO_ID = A.BO_ID_CUST |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SYNCID | 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 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |