OCD_SOLDC_VW

(SQL View)
Index Back

view of sold to contact

This is an order management dashboard view of the sold to contact bo id and the capture_id for an order.

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_SOLDC=B.UID20

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BO_ID_SOLD_TO_CNT Number(31,0) DECIMAL(31) NOT NULL BO ID for the sold to contact.
2 CAPTURE_ID Character(20) VARCHAR2(20) NOT NULL Field use to store the capture ID in order capture.