ECTRANSVALID_VW(SQL View) |
Index Back |
---|---|
EC Valid Transactions by TP |
select distinct ebe.ec_ext_tp_id, eel.ecentitycd, eel.setid, eel.eccustvndrval, eep.tp_profile_id, eep.ecmapprofileid, eep.cvt_profile_id, ept.ectransid, ept.ectransinoutsw from PS_ECEXTTPLINK eel, ps_ecextpartner ebe, ps_ecextpartner eep, ps_ecprotrans ept where eel.ec_ext_tp_id = eep.ec_ext_tp_id and eep.tp_profile_id = ept.tp_profile_id and ebe.ec_related_tp_id = eep.ec_ext_tp_id |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EC_EXT_TP_ID | Character(16) | VARCHAR2(16) NOT NULL | Electronic Commerce External Trading Partner ID. Used in EDI Manager. The External Trading Partners are the customers, vendors, etc. that will do business with the PeopleSoft enterprise. External TPID can be found out from the external businesses directly or from the VAN. |
2 | ECENTITYCD | Character(8) | VARCHAR2(8) NOT NULL | PeopleSoft Entity Code |
3 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
4 | ECCUSTVNDRVAL | Character(15) | VARCHAR2(15) NOT NULL | PS Customer/Vendor Number |
5 | TP_PROFILE_ID | Character(10) | VARCHAR2(10) NOT NULL | EC Profile ID |
6 | ECMAPPROFILEID | Character(10) | VARCHAR2(10) NOT NULL | EC Map Profile ID |
7 | CVT_PROFILE_ID | Character(10) | VARCHAR2(10) NOT NULL | EC Convert Profile ID |
8 | ECTRANSID | 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) |
9 | ECTRANSINOUTSW | 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 |