RB_INT_CNT_CUVW

(SQL View)
Index Back

RB_INT Customer Contact Record

RB_INT_CNT_CUVW Customer Contact Record

SELECT A.BO_ID , A.BO_ID_CUST , A.CUSTOMER_SETID , A.CUST_ID , B.SETID , B.CONTACT_ID , B.PERSON_ID , A.EFF_STATUS , A.CNTCT_SEQ_NUM FROM PS_RB_INT_CNTCT_CU A , PS_RB_INT_CONTACT B WHERE A.BO_ID = B.BO_ID

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BO_ID Signed Number(32,0) DECIMAL(31) NOT NULL Business Object ID
2 BO_ID_CUST Number(31,0) DECIMAL(31) NOT NULL This field stores the Business Object ID for the customer.
3 CUSTOMER_SETID Character(5) VARCHAR2(5) NOT NULL Customer SETID

Default Value: OPR_DEF_TBL_FS.SETID

Prompt Table: SP_SETID_NONVW

4 CUST_ID Character(15) VARCHAR2(15) NOT NULL Customer ID
5 SETID Character(5) VARCHAR2(5) NOT NULL This field is used to store the value of SetID on various setup tables.

Default Value: OPR_DEF_TBL_RB.SETID

Prompt Table: SP_SETID_NONVW

6 CONTACT_ID Character(15) VARCHAR2(15) NOT NULL Contact Identifier for Treasury Contacts
7 PERSON_ID Character(15) VARCHAR2(15) NOT NULL Person ID
8 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
A=Active
I=Inactive

Default Value: A

9 CNTCT_SEQ_NUM Number(5,0) INTEGER NOT NULL Contact Sequence Number 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.