ECACTIONS_VW |
index back |
---|---|
EC Action Code View |
SELECT DISTINCT TP_PROFILE_ID, ECTRANSID, ECTRANSINOUTSW, ECACTIONCD, ECPRIEVTCD, ECSECEVTCD FROM PS_ECACTIONS |
PeopleSoft Field Name | Field Type | Column Type | Description |
---|---|---|---|
![]() |
Character(10) | VARCHAR2(10) NOT NULL |
EC Profile ID
Prompt Table: ECPROTRANS |
![]() |
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 |
![]() |
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 |
![]() |
Character(3) | VARCHAR2(3) NOT NULL |
EC Action Code
Prompt Table: ECACTIONCDS |
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 |
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 |
index back | (c)David Kurtz 2020, www.go-faster.co.uk | PeopleTools 8.58 PTRef generated on 21-DEC-20 |