AR_CUST_CONVLVW(SQL View) |
Index Back |
---|---|
Customer ConversationsCustomer Conversations Language View |
SELECT A.SETID , A.BUSINESS_UNIT , A.CUST_ID , A.CONVER_DT , A.LANGUAGE_CD , C.NAME1 , A.DESCR , B.DESCRLONG FROM PS_CUS_CNV_HDR_LNG A , PS_CUST_CONVER_LNG B , PS_CUSTOMER_LANG C , PS_RUN_CNTL_CONVER D 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 AND A.CONVER_DT = B.CONVER_DT AND A.SETID = C.SETID AND A.CUST_ID = C.CUST_ID AND A.SETID = D.SETID AND A.BUSINESS_UNIT = D.BUSINESS_UNIT AND A.CUST_ID = D.CUST_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SP_SETID_NONVW |
|
2 | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Prompt Table: SP_BUARDS_NONVW |
|
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.
Prompt Table: AR_CUST_ALL_VW |
|
4 | Date(10) | DATE | Conversation Date | |
5 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
6 | NAME1 | Character(40) | VARCHAR2(40) NOT NULL | Name 1 |
7 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
8 | DESCRLONG | Long Character | CLOB | Long Description |