MNT_MATERIAL_TRANSACTIONS_INT

This is the addon interface table for work order material transactions to capture maintenance specific attributes.

Details

  • Schema: FUSION

  • Object owner: MNT

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

MNT_MTL_TRANSACTIONS_INT_PK

INTERFACE_ROW_ID

Columns

Name Datatype Length Precision Not-null Comments
INTERFACE_ROW_ID NUMBER 18 Yes The unique identifier of a material transaction interface record. Its value is an application generated unique id.
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.
MNT_TRANSACTION_TYPE_CODE VARCHAR2 30 Yes Defines the nature of the material transaction. Valid values are listed in the lookup with lookup type = ORA_CSE_TRANSACTION_TYPE.
INV_TRANSACTION_HEADER_ID NUMBER 18 This is the TRANSACTION_HEADER_ID that we populate in INV_TRANSACTIONS_INTERFACE. This acts as a group handle in invoking the online inventory API. When the move transaction process is also writing backflush component consumption records in INV_TRANSACTIONS_INTERFACE, we will populate the same TRANSACTION_HEADER_ID value for the backflush transaction.
MATERIAL_ON_HOLD_ID NUMBER 18 The foreign key of a material that is placed on hold.
PREVIOUSLY_ISSUED_FLAG VARCHAR2 1 Flag indicating that the return transaction is populated as a result pulling previous issues.
REPLACE_FLAG VARCHAR2 1 Flag indicating whether the issue is for a replacement of the same material that was already returned.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP 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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.

Indexes

Index Uniqueness Tablespace Columns
MNT_MTL_TRANSACTIONS_INT_N01 Non Unique Default INV_TRANSACTION_HEADER_ID
MNT_MTL_TRANSACTIONS_INT_U01 Unique Default INTERFACE_ROW_ID