RO_PTN_MGR_VW(SQL View) |
Index Back |
---|---|
Partner Manager Search ViewPartner Manager Search View to get the Orders and Quotes for that particular Partner. |
SELECT RH.CAPTURE_ID , RH.SYNCID , RH.SYNCDTTM , OD.PERSON_ID , OP.BO_ID_CUST FROM PS_RO_HEADER RH , PS_RO_BOID OB , PS_OPR_DEF_TBL_RB OP , PSOPRALIAS OD WHERE RH.UID20F_PARTNER = OB.UID20 AND RH.CAPTURE_ID = OB.CAPTURE_ID AND OB.BO_ID=OP.BO_ID_CUST AND OP.OPRID=OD.OPRID |
# | 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 |
5 | BO_ID_CUST | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. |