RB_ORD_BOID_VW(SQL View) |
Index Back |
---|---|
Business Object ViewThis record is a view which keeps setid and customer id with relevant capture id. |
SELECT SETID ,CUST_ID ,ADDRESS_SEQ_NUM , RO.CAPTURE_ID FROM PS_RB_INT_CUST_ADS RB , PS_RO_BOID RO WHERE RO.BO_ID = RB.BO_ID AND RO.PROFILE_CM_SEQ = RB.PROFILE_CM_SEQ |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
2 | CUST_ID | Character(15) | VARCHAR2(15) NOT NULL | Customer ID |
3 | ADDRESS_SEQ_NUM | Number(5,0) | INTEGER NOT NULL | Address Sequence Number from Supply Chain Management. Field size increased from 3 to 5 in CRM 8.95, as Supply Chain Management has increased the size to 5 in SCM 8.9 release. |
4 | CAPTURE_ID | Character(20) | VARCHAR2(20) NOT NULL | Field use to store the capture ID in order capture. |