RO_PTN_CNT_VW

(SQL View)
Index Back

Partner Contact Search View

Partner Contact Search View to get the Orders and Quotes for that particular Partner Contact.

SELECT RH.CAPTURE_ID , RH.SYNCID , RH.SYNCDTTM , PE.PERSON_ID FROM PS_RO_HEADER RH , PS_RO_BOID OB , PS_RD_PERSON PE WHERE RH.UID20F_PARTNERC = OB.UID20 AND RH.CAPTURE_ID = OB.CAPTURE_ID AND OB.BO_ID = PE.BO_ID

# 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 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.
3 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time
4 PERSON_ID Character(15) VARCHAR2(15) NOT NULL Person ID