RB_INT_CUSTPAVW

(SQL View)
Index Back

RB_INT_CUSTPAVW

RB_INT_CUSTPAVW - This view is used in CRM/SCM EIP as a veiw to show Customer Information.

SELECT A.SETID , A.CUST_ID , A.ADDRESS_SEQ_NUM FROM PS_RB_INT_CUST_ADS A , PS_BO_CM_USE B WHERE A.BO_ID = B.BO_ID AND A.PROFILE_CM_SEQ = B.PROFILE_CM_SEQ AND B.PRIMARY_IND = 'Y' AND B.ROLE_TYPE_ID IN (2,3,9,30,31)

# 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.