RX_CONSUMER_VW(SQL View) |
Index Back |
---|---|
All Customer's ViewThis record is a view of all BO_ID's that are indicated as customers. |
SELECT A.SETID , A.BO_ID , B.BO_NAME FROM PS_BC A , PS_BO B , PS_BO_ROLE C WHERE A.BO_ID = B.BO_ID AND A.BO_ID = C.BO_ID AND A.CUSTOMER_IND = 'Y' AND A.CUST_STATUS = 'A' AND C.ROLE_TYPE_ID = 9 |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
2 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
3 | BO_NAME | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |