RC_EBS_EMPLRSVW(SQL View) |
Index Back |
|---|---|
EBS EmployeeThis view is used for serveral call center records. |
| SELECT A.BO_ID , Z.EBS_EMPLID , A.PERSON_ID FROM PS_RD_PERSON A LEFT OUTER JOIN PS_RC_EBSWORKER_VW Z ON A.BO_ID = Z.BO_ID |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. | |
| 2 | EBS_EMPLID | Character(30) | VARCHAR2(30) NOT NULL | EBS Employee Number used in the EBS - HR HelpDesk integration. |
| 3 | PERSON_ID | Character(15) | VARCHAR2(15) NOT NULL | Person ID |