RI_ORD_SITE_VW(SQL View) |
Index Back |
---|---|
Order Site View360 Degree View - used to find the site name from the order or quote. |
SELECT DISTINCT A.CAPTURE_ID ,B.BO_ID FROM PS_RO_DEST A , PS_RO_BOID B WHERE A.CAPTURE_ID = B.CAPTURE_ID AND B.ROLE_TYPE_ID = 3 |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | CAPTURE_ID | Character(20) | VARCHAR2(20) NOT NULL | Field use to store the capture ID in order capture. |
2 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |