CUST_MSG(SQL Table) |
Index Back |
---|---|
Customer MessagesThis table stores the message codes associated with a customer. These messages may be given a start and end date so that messages not valid after a certain date no longer appear during processing. Date Init. Issue # Description 08/14/01 JJM DI-EDWONG-17 Inverted CUST_ID, SETID in index 04/12/11 JJM Cond. Monitor Added MSG_ORIG field |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
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.
Prompt Table: CUSTOMER |
3 | SEQ_NUM | Number(3,0) | SMALLINT NOT NULL |
Sequence
Default Value: 1 |
4 | MESSAGE_CD | Character(6) | VARCHAR2(6) NOT NULL |
Message Code
Prompt Table: MSGHOLD_SEC_VW |
5 | START_DT | Date(10) | DATE NOT NULL |
Start Date
Default Value: %date |
6 | END_DT | Date(10) | DATE NOT NULL | End Date |
7 | CWB_DISPLAY_OPT | Character(1) | VARCHAR2(1) NOT NULL |
Options for Collections Workbench
Y/N Table Edit Default Value: Y |
8 | MSG_ORIG | Character(2) | VARCHAR2(2) NOT NULL | Message Origin |