FA_ECTRANS(SQL Table) |
Index Back |
---|---|
FA EDI Transactions |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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) |
2 | 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 |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | FA_PROCESS_USE | Character(1) | VARCHAR2(1) NOT NULL |
Used for the FA_ECTRANS record to define the FA Process that uses the EDI transaction.
C=CommonLine Processing D=Direct Lending I=ISIR Processing P=Pell Grant Processing |