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 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
2 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
3 | 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 | Character(30) | VARCHAR2(30) NOT NULL | Conversation Subject | |
5 | Character(30) | VARCHAR2(30) NOT NULL | Subject Topic | |
6 | Character(30) | VARCHAR2(30) NOT NULL | Description | |
7 | Character(30) | VARCHAR2(30) NOT NULL | Conversation Qualifier Field | |
8 | 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 |