DBA Data[Home] [Help] [Dependency Information]


TABLE: JA.JAI_CMN_TRANSACTIONS_T

Object Details
Object Name: JAI_CMN_TRANSACTIONS_T
Object Type: TABLE
Owner: JA
FND Design Data: TableJA.JAI_CMN_TRANSACTIONS_T
Subobject Name:
Status: VALID


Temporary table which stores transaction data during sub inventory, move order material transactions. data gets flushed from the table once the transaction set is completed.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
TRANSACTION_SET_ID NUMBER (15) Yes Value of MTL_MATERIAL_TRANSACTIONS.transaction_set_id related to transaction_id
INVENTORY_ITEM_ID NUMBER (15) Yes Foreign key to MTL_MATERIAL_TRANSACTIONS.inventory_item_id.
ORGANIZATION_ID NUMBER (15) Yes Indicates the organization in which the transaction is being done.
SUBINVENTORY_CODE VARCHAR2 (20) Yes Indicates the sub inventory from where the transaction is being done.
TRANSACTION_TYPE_ID NUMBER (15) Yes Foreign key to MTL_MATERIAL_TRANSACTIONS.transaction_type_id.
TRANSACTION_ID NUMBER (15) Yes Foreign key to MTL_MATERIAL_TRANSACTIONS.transaction_id.
TRANSACTION_DATE DATE
Yes Foreign key to MTL_MATERIAL_TRANSACTIONS.transaction_date.
TRANSACTION_QUANTITY NUMBER
Yes Indicates the material transaction quantity and foreign key to MTL_MATERIAL_TRANSACTIONS.transaction_quantity.
TRANSACTION_UOM VARCHAR2 (3) Yes Indicates the transaction uom and foreign key to MTL_MATERIAL_TRANSACTIONS.transaction_uom.
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
OBJECT_VERSION_NUMBER NUMBER

Object Version Number
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TRANSACTION_SET_ID
,      INVENTORY_ITEM_ID
,      ORGANIZATION_ID
,      SUBINVENTORY_CODE
,      TRANSACTION_TYPE_ID
,      TRANSACTION_ID
,      TRANSACTION_DATE
,      TRANSACTION_QUANTITY
,      TRANSACTION_UOM
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
FROM JA.JAI_CMN_TRANSACTIONS_T;

Dependencies

[top of page]

JA.JAI_CMN_TRANSACTIONS_T does not reference any database object

JA.JAI_CMN_TRANSACTIONS_T is referenced by following:

SchemaAPPS
SynonymJAI_CMN_TRANSACTIONS_T