CDT_CONVSUM_VW(SQL View) |
Index Back |
---|---|
CDT Quote SummaryDate Initials Issue Description 030701 dms SP2 (F-CJORGENS-3) CSR Desktop |
SELECT SETID , CUST_ID , CONVER_DTTM_INIT , %CurrentDateIn , CONVER_SUBJECT , CONVER_SUB_TOPIC , CONVER_STATUS , DESCR FROM PS_CUST_CONVER_HDR |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | 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. |
3 | CONVER_DTTM_INIT | DateTime(26) | TIMESTAMP | Initial Conversation DateTime |
4 | CONVER_DT | Date(10) | DATE | Conversation Date |
5 | CONVER_SUBJECT | Character(30) | VARCHAR2(30) NOT NULL | Conversation Subject |
6 | CONVER_SUB_TOPIC | Character(30) | VARCHAR2(30) NOT NULL | Subject Topic |
7 | CONVER_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Conversation Status
C=Closed N=New O=Open |
8 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |