IBY_TRXN_EXTENSIBILITY

IBY_TRXN_EXTENSIBILITY stores payment system transactional data, which cannot be accommodated in the Oracle Payments data model. Each datum is stored as a name-value pair and associated with a single transaction from IBY_TRXN_SUMMARIES_ALL .

Details

  • Schema: FUSION

  • Object owner: IBY

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

IBY_TRXN_EXTENSIBILITY_PK

TRXN_EXTEND_ID

Columns

Name Datatype Length Precision Not-null Comments
TRXN_EXTEND_ID NUMBER 18 Yes Primary key for this table
TRXNMID NUMBER 18 Yes Foreign key to the transaction summaries table
EXTEND_NAME VARCHAR2 100 Yes Extensibility parameter name
EXTEND_VALUE VARCHAR2 200 Yes Extensibility parameter value
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
IBY_TRXN_EXTENSIBILITY iby_trxn_summaries_all TRXNMID

Indexes

Index Uniqueness Columns
IBY_TRXN_EXTENSIBILITY_TXID_U1 Unique TRXN_EXTEND_ID
IBY_TRXN_EXTENSIBILITY_TMID_N1 Non Unique TRXNMID