CONVR_CLEAR_LVW(SQL View) |
Index Back |
---|---|
Customer Conversations |
SELECT C.SETID , C.CUST_ID , C.CONVER_DTTM_INIT , C.CONVER_DT , C.CONVER_SEQ_NUM , C.LANGUAGE_CD , C.DESCRLONG , H.DESCR FROM PS_CUST_CONVER_LNG C , PS_CUS_CNV_HDR_LNG H WHERE %Join(COMMON_KEYS, CUST_CONVER C, CUST_CONVER_HDR H) |
# | 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(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 |
|
3 | DateTime(26) | TIMESTAMP | Initial Conversation DateTime | |
4 | Date(10) | DATE NOT NULL |
Conversation Date
Default Value: %date |
|
5 | Number(6,0) | INTEGER NOT NULL | Conversation Sequence Number | |
6 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
7 | DESCRLONG | Long Character | CLOB NOT NULL | Long Description |
8 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |