INV_ACCOUNTING_TRANSACTIONS

This table provides the distribution quantity breakdown in for an owning transfer order shipment transaction identified by material_transaction_id (maps to INV_MATERIAL_TXNS.TRANSACTION_ID)

Details

  • Schema: FUSION

  • Object owner: INV

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

INV_ACCOUNTING_TRANSACTION_PK

ACCOUNTING_TRANSACTION_ID

Columns

Name Datatype Length Precision Not-null Comments
ACCOUNTING_TRANSACTION_ID NUMBER 18 Yes Primary key of the current row.
MATERIAL_TRANSACTION_ID NUMBER 18 Yes Identifies the owning inventory material transaction.
DISTRIBUTION_ID NUMBER 18 Yes Identifies the transfer order distribution.
INVENTORY_ITEM_ID NUMBER 18 Yes Identifies the inventory item being transacted.
ORGANIZATION_ID NUMBER 18 Yes Identifies the inventory organization.
REVISION VARCHAR2 18 Revision of the item where the item is under revision control.
PRIMARY_QUANTITY NUMBER Yes Quantity apportioned to this distribution expressed in primary UOM
DOCUMENT_QUANTITY NUMBER Yes Quantity apportioned to this distribution expressed in the UOM of the originating document; usually an order.
DOCUMENT_UOM_CODE VARCHAR2 3 Yes The unit of measure fof the originating document giving rise to this accounting transaction.
TRANSACTION_QUANTITY NUMBER Yes Quantity apportioned to this distribution expressed in transaction UOM
TRANSACTION_UOM_CODE VARCHAR2 3 Yes The working unit of measure for this transaction.
SECONDARY_QUANTITY NUMBER Quantity apportioned to this distribution expressed in secondary UOM where item is tracked in dual units of measure.
SECONDARY_UOM_CODE VARCHAR2 3 The secondary unit of measure for this transaction where item is tracked in dual units of measure
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.

Indexes

Index Uniqueness Tablespace Columns
INV_ACCOUNTING_TXNS_U1 Unique FUSION_TS_TX_DATA ACCOUNTING_TRANSACTION_ID
INV_ACCOUNTING_TXNS_U2 Unique FUSION_TS_TX_DATA MATERIAL_TRANSACTION_ID, DISTRIBUTION_ID