RSEC_BOCUST_V2(SQL View) |
Index Back |
|---|---|
Customers and ConsumersThis is view that pulls in all the companies/customers and consumers. Clone of RSEC_BOCUST_V2 |
| SELECT A.SETID , C.BO_NAME , B.BO_ID , C.BO_NAME_DISPLAY , C.BO_NAME_UPPER , C.NAME , C.LAST_NAME , C.FIRST_NAME , C.MIDDLE_NAME , B.SYNCID FROM PS_BC A , PS_BO B , PS_BO_NAME C , PS_BO_ROLE d WHERE A.BO_ID = B.BO_ID AND B.BO_ID = C.BO_ID AND C.BO_ID = D.BO_ID AND C.PRIMARY_IND = 'Y' AND D.ROLE_TYPE_ID IN (2, 9) |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. | |
| 2 | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object | |
| 3 | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID | |
| 4 | BO_NAME_DISPLAY | Character(80) | VARCHAR2(80) NOT NULL | Full name of the Business Object |
| 5 | BO_NAME_UPPER | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |
| 6 | NAME | Character(50) | VARCHAR2(50) NOT NULL | Name |
| 7 | LAST_NAME | Character(30) | VARCHAR2(30) NOT NULL | Last Name |
| 8 | FIRST_NAME | Character(30) | VARCHAR2(30) NOT NULL | First Name |
| 9 | MIDDLE_NAME | Character(30) | VARCHAR2(30) NOT NULL | Middle Name |
| 10 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |