RD_SITE_BC_VW

(SQL View)
Index Back

Business Contact

Business Contact defines the various business contacts.

SELECT B.SETID , B.SITE_ID , A.BO_ID , A.CUST_STATUS , A.CUST_STATUS_DT , A.CUR_RT_TYPE , A.CURRENCY_CD , A.VAT_TXN_TYPE_CD , A.SINCE_DT , A.SEGMENT , A.DO_NOT_CONTACT FROM PS_RD_SITE B , PS_BC A WHERE B.BO_ID = A.BO_ID

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

Default Value: OPR_DEF_TBL_RB.SETID

Prompt Table: SP_SETID_NONVW

2 SITE_ID Character(15) VARCHAR2(15) NOT NULL Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations.

Default Value: NEXT

3 BO_ID Signed Number(32,0) DECIMAL(31) NOT NULL Business Object ID
4 CUST_STATUS Character(1) VARCHAR2(1) NOT NULL Customer Status Indicator. BC.CUST_STATUS
A=Active
I=Inactive
5 CUST_STATUS_DT Date(10) DATE The date that the status of a customer takes effect.
6 CUR_RT_TYPE Character(5) VARCHAR2(5) NOT NULL Currency Rate Type
7 CURRENCY_CD Character(3) VARCHAR2(3) NOT NULL This field stores the Currency Code value.
8 VAT_TXN_TYPE_CD Character(4) VARCHAR2(4) NOT NULL Specifies a user-defined category of business transaction that is subject to VAT accounting and reporting. The VAT code and the VAT transaction type are used in conjunction with the VAT account type to obtain the ChartFields for accounting entries. Some examples of VAT Transaction Types are Exempt Sales Exempt Purchases Triangulation EU Sales and Domestic Sales.
9 SINCE_DT Date(10) DATE The customer has been a customer since this date.
10 SEGMENT Character(4) VARCHAR2(4) NOT NULL Segment code for customer data
11 DO_NOT_CONTACT Character(1) VARCHAR2(1) NOT NULL DO_NOT_CONTACT is used to comply with the Telemarketing and Consumer Fraud and Abuse Prevention Act, 15 USC 6101, enacted in 1994.
N=Contact Permitted
Y=Do not contact

Y/N Table Edit