AR_CONV_MSG_LVW(SQL View) |
Index Back |
---|---|
Conversation Entries |
SELECT C.SETID , C.BUSINESS_UNIT , C.CUST_ID ,C.CONVER_DTTM_INIT ,C.CONVER_DT ,C.CONVER_SEQ_NUM ,L.LANGUAGE_CD , L.DESCRLONG FROM PS_CUST_CONVER_HDR H , PS_CUST_CONVER C , PS_CUST_CONVER_LNG L WHERE H.SETID = L.SETID AND H.BUSINESS_UNIT = L.BUSINESS_UNIT AND H.CUST_ID = L.CUST_ID AND H.CONVER_DTTM_INIT=L.CONVER_DTTM_INIT AND H.CONVER_DT=L.CONVER_DT AND H.SETID = C.SETID AND H.BUSINESS_UNIT = C.BUSINESS_UNIT AND H.CUST_ID = C.CUST_ID AND H.CONVER_DTTM_INIT = C.CONVER_DTTM_INIT AND H.CONVER_DT=C.CONVER_DT AND C.SETID = L.SETID AND C.BUSINESS_UNIT = L.BUSINESS_UNIT AND C.CUST_ID = L.CUST_ID AND C.CONVER_DTTM_INIT=L.CONVER_DTTM_INIT AND C.CONVER_DT=L.CONVER_DT AND C.CONVER_SEQ_NUM=L.CONVER_SEQ_NUM |
# | 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 | |
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: CUSTOMER |
|
4 | DateTime(26) | TIMESTAMP | Initial Conversation DateTime | |
5 | Date(10) | DATE | Conversation Date | |
6 | Number(6,0) | INTEGER NOT NULL | Conversation Sequence Number | |
7 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
8 | DESCRLONG | Long Character | CLOB | Long Description |