RO_HDR_SOLDC_VW(SQL View) |
Index Back |
---|---|
sold to contacts for an orderthis view lists the original and merged bo ids for an order. |
SELECT HDR.CAPTURE_ID , BO.BO_ID , BO.PROFILE_CM_SEQ , BO.BO_ID_EIP , BO.PROFILE_CM_SEQ_EIP FROM PS_RO_HEADER HDR , PS_RO_BOID BO WHERE HDR.CAPTURE_ID=BO.CAPTURE_ID AND HDR.UID20F_SOLDC=BO.UID20 |
# | 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_CONTACT | Number(31,0) | DECIMAL(31) NOT NULL | This field indicates the Business Object ID for the contact. |
3 | PROFILE_CM_SEQ | Number(31,0) | DECIMAL(31) NOT NULL | The Contact Method Profile ID is a key field that is used to reference the details of a Contact Method in various CM tables. |
4 | BO_ID_EIP | Signed Number(32,0) | DECIMAL(31) NOT NULL | This is the integration bo id, this BO ID field is used in the OC eip's to send the BO_Id to other systems |
5 | PROFILE_CM_SEQ_EIP | Number(31,0) | DECIMAL(31) NOT NULL | The Contact Method Profile ID is a key field that is used to reference the details of a Contact Method in various CM tables. |