IBY_TRXN_FI
IBY_TRXN_FI contains the details of a payment request that are specific for systems that support both bank account transfers and credit cards such as Financial Institutions.
Details
-
Schema: FUSION
-
Object owner: IBY
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
IBY_TRXN_FI_PK |
TRXNMID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
TRXNMID | NUMBER | Yes | Transaction Identifier | ||
SPLITID | NUMBER | Yes | counter that indicates the sequence in the split shipment | ||
PSREQID | VARCHAR2 | 80 | system generated ID that will be sent to FI Back End Payment Systems during schedule of payments with them | ||
REFERENCECODE | VARCHAR2 | 80 | referencecode from Back End Payment System | ||
AUXMSG | VARCHAR2 | 255 | any auxillary message that may be returned by the payment system or processing system | ||
SRVID | VARCHAR2 | 80 | ID returned by Back End Payment System when the payment is scheduled | ||
PROCESSFEE | NUMBER | The fee charged for processing a transaction | |||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
IBY_TRXN_FI_U1 | Unique | Default | TRXNMID |