RBF_CUST_VW2(SQL View) |
Index Back |
---|---|
Non-Consumer Customer ViewView on Company, Alternate Capacity, and Partnership |
SELECT BO.BO_ID , BO.BO_NAME FROM PS_BO BO , PS_BO_ROLE R WHERE BO.BO_ID = R.BO_ID AND R.ROLE_TYPE_ID IN (2, 30, 31) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_ID_CUST | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. |
2 | BO_NAME | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |