RX_CUST_VW2(SQL View) |
Index Back |
---|---|
All Customer's ViewThis record is a view of all BO_ID's that are indicated as customers. |
SELECT A.OPRID , B.BO_ID_CUST , B.CUST_NAME FROM PSOPRALIAS A , PS_RC_PROFILE_VW B WHERE A.PERSON_ID = B.PERSON_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | BO_ID_CUST | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. |
3 | BO_NAME | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |