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


TABLE: INV.MTL_MATERIAL_TXN_ALLOCATIONS

Object Details
Object Name: MTL_MATERIAL_TXN_ALLOCATIONS
Object Type: TABLE
Owner: INV
FND Design Data: TableINV.MTL_MATERIAL_TXN_ALLOCATIONS
Subobject Name:
Status: VALID


MTL_MATERIAL_TXN_ALLOCATIONS stores the repetitive schedules charged
by a material transaction. Each row contains the quantity transacted
to each schedule for a given transaction. Oracle Work in Process uses
this information to report the changes to individual schedules for
multi-schedule material transactions.
.


Storage Details
Tablespace: TablespaceAPPS_TS_SUMMARY
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MTL_MATERIAL_TXN_ALLOCATION_U1 NORMAL UNIQUE TablespaceAPPS_TS_SUMMARY ColumnTRANSACTION_ID
ColumnREPETITIVE_SCHEDULE_ID
ColumnORGANIZATION_ID
MTL_MATERIAL_TXN_ALLOCATION_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SUMMARY ColumnORGANIZATION_ID
ColumnTRANSACTION_DATE
Columns
Name Datatype Length Mandatory Comments
TRANSACTION_ID NUMBER
Yes Transaction identifier
REPETITIVE_SCHEDULE_ID NUMBER
Yes WIP repetitive schedule charged for transaction
ORGANIZATION_ID NUMBER
Yes Organization identifier
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
PRIMARY_QUANTITY NUMBER
Yes Quantity allocated to the repetitive schedule, in the item's primary unit of measure
TRANSACTION_QUANTITY NUMBER
Yes Quantity allocated to the repetitive schedule, with the unit of measure decided by the user
REQUEST_ID NUMBER

Standard Who column
PROGRAM_APPLICATION_ID NUMBER

Standard Who column
PROGRAM_ID NUMBER

Standard Who column
PROGRAM_UPDATE_DATE DATE

Standard Who column
TRANSACTION_DATE DATE
Yes Date of transaction
Query Text

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


SELECT TRANSACTION_ID
,      REPETITIVE_SCHEDULE_ID
,      ORGANIZATION_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      PRIMARY_QUANTITY
,      TRANSACTION_QUANTITY
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      TRANSACTION_DATE
FROM INV.MTL_MATERIAL_TXN_ALLOCATIONS;

Dependencies

[top of page]

INV.MTL_MATERIAL_TXN_ALLOCATIONS does not reference any database object

INV.MTL_MATERIAL_TXN_ALLOCATIONS is referenced by following:

SchemaINV
ViewMTL_MATERIAL_TXN_ALLOCATIONS#