CSE_TRANSACTIONS

This table stores the main transactional actions that happens to change the state of the asset or the asset structure business objects.

Details

  • Schema: FUSION

  • Object owner: CSE

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CSE_TRANSACTIONS_PK

TRANSACTION_ID

Columns

Name Datatype Length Precision Not-null Comments
TRANSACTION_ID NUMBER 18 Yes Transaction Identifier. The primary key column.
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.
SRC_SYSTEM_TYPE VARCHAR2 30 Type of the Source System. Internal or External.
SRC_SYSTEM_ID NUMBER 18 Source System Identifier. Application Identifier when the source system type is Internal.
SRC_TRANSACTION_DATE TIMESTAMP Yes Source Transaction Date. Date when the transaction was performed in the source system.
SRC_TRANSACTION_ID NUMBER Source Transaction Identifier. The unique transaction identifier in the source system.
SRC_TRANSACTION_TYPE_ID VARCHAR2 30 Source Transaction Type Code/Identifier.
SRC_TRANSACTION_TYPE VARCHAR2 240 Source Transaction type. The type of transaction performed in the source system.
SRC_TRANSACTION_QTY NUMBER Source Transaction Quantity. The quantity transacted in the source system.
SRC_TRANSACTION_UOM_CODE VARCHAR2 3 The unit of measure code captured for the quantity transacted in the source system.
SECONDARY_QUANTITY NUMBER This is the secondary quantity captured, when the item supports dual units of measure.
SECONDARY_UOM_CODE VARCHAR2 3 The unit of measure code for the secondary quantity. This is captured when the item supports dual units of measure.
ITEM_ID NUMBER 18 Inventory Item Identifier. The item transaction in the source system.
ITEM_REVISION VARCHAR2 18 Inventory Item Revision/ The revision of the item transacted in the source system.
ITEM_ORGANIZATION_ID NUMBER 18 Item Organization Identifier. The foreign key to the maintenance organization.
REFERENCED_TRANSACTION_ID NUMBER 18 An upgrade or replace transaction that is referenced here. This will give room for a cancel transaction to cancel out the referenced transaction. Only a cancel transaction will have this value populated.
PROJECT_ID NUMBER 18 The foreign key reference to the Project. Assets created from supply chain transactions that are performed in the context of a project will have this value populated.
TASK_ID NUMBER 18 The foreign key reference to the Project Task. Assets created from supply chain transactions that are performed in the context of a project task will have this value populated.
EXPENDITURE_TYPE_ID NUMBER 18 The expenditure type that is captured along with the project and task to categorize the exenditure.
EXPENDITURE_DATE DATE The data at which the project expenditure is captured.
EXPENDITURE_ORGANIZATION_ID NUMBER 18 The expenditure organization in which the project and task is collecting the cost for.
TXN_GROUP_ID NUMBER 18 The transaction group identifier that is used by the inventory transaction processor to group transaction that are involved in the lot splits, merges, and translations.
SOURCE_LOT_TXN_FLAG VARCHAR2 1 Flag indicating that the transaction interfaced to genealogy in the group of transactions (grouped by txn_group_id) for the lot merge/split, is of the source lot.
BUSINESS_PROCESS_CODE VARCHAR2 30 When staged transactions are created for the replacement/advance exchange processing, this process code differentiates the exchange process and the depot repair process.
FA_INTEGRATION_STATUS_CODE VARCHAR2 30 The integration status code for propagating information from installed base to fixed assets.
ATTRIBUTE_CATEGORY VARCHAR2 80 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE_CHAR1 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR2 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR3 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR4 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR5 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR6 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR7 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR8 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR9 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR10 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR11 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR12 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR13 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR14 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR15 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR16 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR17 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR18 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR19 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR20 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER6 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER7 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER8 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER9 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER10 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP1 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP2 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP3 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP4 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP5 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
CREATION_MODE VARCHAR2 30 The means used to create this transaction. Either using the REST API, User Interface, Open Interface, or from Integration.
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.
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
CSE_TRANSACTIONS_N02 Non Unique Default SRC_TRANSACTION_DATE
CSE_TRANSACTIONS_N03 Non Unique Default SRC_TRANSACTION_TYPE_ID, ITEM_ID
CSE_TRANSACTIONS_N04 Non Unique Default FA_INTEGRATION_STATUS_CODE, TRANSACTION_ID, SRC_TRANSACTION_TYPE_ID
CSE_TRANSACTIONS_U01 Unique Default TRANSACTION_ID