RSEC_DQ_V_C_VW(SQL View) |
Index Back |
|---|---|
Deep query for customerThis is a deep query view of all view list customer. |
| SELECT A.SYNCID , B.BO_ID , C.BO_NAME FROM PS_RSEC_VIEW_DEFN A , PS_RSEC_VL_CUST B , PS_BO C WHERE A.RSEC_VIEW_ID = B.RSEC_VIEW_ID AND B.BO_ID = C.BO_ID |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | 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. | |
| 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 |