ECACTIONS(SQL Table) |
Index Back |
---|---|
EC Action Code Assignment |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(10) | VARCHAR2(10) NOT NULL |
EC Profile ID
Prompt Table: ECPROTRANS |
|
2 | Character(15) | VARCHAR2(15) NOT NULL |
Electronic Commerce Transaction ID. Used in EDI Manager. One of three(3) Key Fields(ECTRANSID, ECTRANSINOUTSW, ECQUEUEINSTANCE) used in Electronic Commerce(EC) Staging Tables. ECTRANSID in EDI Manager identifies a transaction type(like "PO" for Purchase Orders)
Prompt Table: ECPROTRANS |
|
3 | Character(1) | VARCHAR2(1) NOT NULL |
Electronic Commerce Inbound/Outbound Switch. Used in EDI Manager. One of three(3) Key Fields(ECTRANSID, ECTRANSINOUTSW, ECQUEUEINSTANCE) used in Electronic Commerce(EC) Staging Tables. The field value is "I" for Inbound Transactions, and "O" for Outbound.
I=Inbound O=Outbound |
|
4 | Character(3) | VARCHAR2(3) NOT NULL |
EC Action Code
Prompt Table: ECACTIONCDS |
|
5 | ECPRIEVTCD | Character(6) | VARCHAR2(6) NOT NULL |
Electronic Commerce Primary Event Codes (or Purpose codes) - specify the status of the transaction. New, Cancellation, duplicate, etc. Every transaction has a primary code assigned to it. Used in EDI Manager.
Prompt Table: ECPRIEVENTCDS |
6 | ECSECEVTCD | Character(10) | VARCHAR2(10) NOT NULL |
Electronic Commerce Secondary Event Codes (or transaction codes) - specify the type of transaction in detail. Used in EDI Manager. This could indicate a rush order, catalog order, or request for a sample. Not all transaction types include secondary codes.
Prompt Table: ECSECEVENTCDS |