EB_CUST_CONV_VW

(SQL View)
Index Back

Customer Conversations


SELECT DISTINCT A.setid , A.business_unit , A.cust_id ,A.conver_subject ,A.conver_sub_topic ,A.descr ,B.convr_qual_field ,B.ITEM_LINE ,A.conver_dttm_init ,a.conver_dt FROM PS_CUST_CONVER_HDR A , PS_CUST_CONVER_DTL B WHERE A.SETID = b.setid AND A.BUSINESS_UNIT = b.business_unit AND A.CUST_ID = B.CUST_ID AND A.conver_dttm_init = B.conver_dttm_init

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SETID Character(5) VARCHAR2(5) NOT NULL SetID
2 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
3 CUST_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.
4 CONVER_SUBJECT Character(30) VARCHAR2(30) NOT NULL Conversation Subject
5 CONVER_SUB_TOPIC Character(30) VARCHAR2(30) NOT NULL Subject Topic
6 DESCR Character(30) VARCHAR2(30) NOT NULL Description
7 CONVR_QUAL_FIELD Character(30) VARCHAR2(30) NOT NULL Conversation Qualifier Field
8 ITEM_LINE Number(6,0) INTEGER NOT NULL Item Line
9 CONVER_DTTM_INIT DateTime(26) TIMESTAMP Initial Conversation DateTime
10 CONVER_DT Date(10) DATE Conversation Date