OCD_SOLD_VW(SQL View) |
Index Back |
---|---|
view of sold to customerOrder capture dashboard view of sold to customer |
SELECT %Coalesce(B.BO_ID ,0) , A.CAPTURE_ID FROM PS_RO_HEADER A LEFT OUTER JOIN PS_RO_BOID B ON A.CAPTURE_ID = B.CAPTURE_ID AND A.UID20F_SOLD=B.UID20 |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_ID_SOLD_TO_CUST | Number(31,0) | DECIMAL(31) NOT NULL | BO ID for the sold to customer |
2 | CAPTURE_ID | Character(20) | VARCHAR2(20) NOT NULL | Field use to store the capture ID in order capture. |