RO_HDR_SHIP_VW(SQL View) |
Index Back |
---|---|
Order Ship To customerShip To Customer - lists the original and merged bo id's of the ship ot customer |
SELECT HDR.CAPTURE_ID , SHP.BO_ID , SHP.PROFILE_CM_SEQ , SHP.BO_ID_EIP , SHP.PROFILE_CM_SEQ_EIP , SHP.UID20F_ADDR FROM PS_RO_HEADER HDR , PS_RO_DEST DSS , PS_RO_BOID SHP WHERE HDR.CAPTURE_ID=DSS.CAPTURE_ID AND HDR.UID20F=DSS.UID20 AND DSS.CAPTURE_ID=SHP.CAPTURE_ID AND DSS.UID20F_SHIP=SHP.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_SHIP | Number(31,0) | DECIMAL(31) NOT NULL | Business Object ID |
3 | PROFILE_CM_SEQ_SHP | Number(31,0) | DECIMAL(31) NOT NULL | Profile Sequence |
4 | BO_ID_EIP_SHP | 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 | PRO_CM_SEQ_EIP_SHP | 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. |
6 | UID20F_ADDR | Character(20) | VARCHAR2(20) NOT NULL | Foreign UID |