RO_CAPTURE_BO_V(SQL View) |
Index Back |
---|---|
view for mobile order captureBO view for Mobile Order Capture -- based on RAM_MAP_CAPTURE and RO_BOID, gets all the Business objects that a given OPRID can see through his orders. |
SELECT bo.SYNCID ,map.OPRID FROM PS_BO bo ,PS_RAM_MAP_CAPTURE map ,PS_RO_BOID boid WHERE map.CAPTURE_ID=boid.CAPTURE_ID AND bo.BO_ID=boid.BO_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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. |
2 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |