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


TABLE: INV.MTL_ABC_COMPILES

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


MTL_ABC_COMPILES stores information about each item within an ABC
compile. Each row includes an item's sequence number relative to
other items within the given compile, based on the compile criteria
defined in MTL_ABC_COMPILE_HEADERS. Each row also contains an item's
compile quantity, compile value, cumulative quantity, and cumulative
value. Oracle Inventory uses this information to provide an ordered
sequence of items, to which the user can then assign an ABC Class.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MTL_ABC_COMPILES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnINVENTORY_ITEM_ID
ColumnCOMPILE_ID
MTL_ABC_COMPILES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOMPILE_ID
ColumnSEQUENCE_NUMBER
Columns
Name Datatype Length Mandatory Comments
INVENTORY_ITEM_ID NUMBER
Yes Inventory item identifier
COMPILE_ID NUMBER
Yes Compile identifier
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
SECONDARY_INVENTORY VARCHAR2 (10)
Subinventory name
INVENTORY_TYPE NUMBER
Yes Not currently used
SEQUENCE_NUMBER NUMBER

Compile sequence number of this item
COMPILE_QUANTITY NUMBER

Compile quantity of this item
COMPILE_VALUE NUMBER

Compile value of this item
CUMULATIVE_QUANTITY NUMBER

Cumulative quantity of all items with sequence-numbers less than or equal to this one
CUMULATIVE_VALUE NUMBER

Cumulative value of all items with sequence-numbers less than or equal to this one
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
LAST_UPDATE_LOGIN NUMBER

Standard Who column
Query Text

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


SELECT INVENTORY_ITEM_ID
,      COMPILE_ID
,      ORGANIZATION_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      SECONDARY_INVENTORY
,      INVENTORY_TYPE
,      SEQUENCE_NUMBER
,      COMPILE_QUANTITY
,      COMPILE_VALUE
,      CUMULATIVE_QUANTITY
,      CUMULATIVE_VALUE
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM INV.MTL_ABC_COMPILES;

Dependencies

[top of page]

INV.MTL_ABC_COMPILES does not reference any database object

INV.MTL_ABC_COMPILES is referenced by following:

SchemaAPPS
SynonymMTL_ABC_COMPILES