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


TABLE: INV.MTL_ITEM_VALUES_TEMP

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


MTL_ITEM_VALUES_TEMP is a table that holds the name of item attributes
and their values. It is used exclusively in the item update copy form as part
of the Large Organization project.


Storage Details
Tablespace: TablespaceAPPS_TS_SUMMARY
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
ITEM_UPDATE_ID NUMBER

Holds sequence id for concurrent session
ITEM_COLUMN_NAME VARCHAR2 (240)
Holds Names of Chosen Item Attributes
CHOSEN_VALUE VARCHAR2 (240)
Holds Names of Item Attribute Values
CURRENT_ATT_INDEX NUMBER

Holds Index of current Item Attribute
Query Text

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


SELECT ITEM_UPDATE_ID
,      ITEM_COLUMN_NAME
,      CHOSEN_VALUE
,      CURRENT_ATT_INDEX
FROM INV.MTL_ITEM_VALUES_TEMP;

Dependencies

[top of page]

INV.MTL_ITEM_VALUES_TEMP does not reference any database object

INV.MTL_ITEM_VALUES_TEMP is referenced by following:

SchemaAPPS
SynonymMTL_ITEM_VALUES_TEMP