RD_OPR_CUST_VW(SQL View) |
Index Back |
|---|---|
Operator Company Contacts ViewView of companies related to the user. |
| SELECT A.OPRID , C.ROLE_TYPE_ID_CNTCT , C.BO_ID_CUST , C.BO_NAME FROM PSOPRALIAS A , PS_RD_PERSON B , PS_RD_CALLRPT_CUST C WHERE A.PERSON_ID = B.PERSON_ID AND B.BO_ID = C.BO_ID_CONTACT |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). | |
| 2 | Number(12,0) | DECIMAL(12) NOT NULL | Role Type ID | |
| 3 | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. | |
| 4 | BO_NAME | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |