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


TABLE: INV.MTL_CATALOG_SEARCH_ITEMS

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


This table temporarily stores items returned by the Item Catalog Search query.


Storage Details
Tablespace: TablespaceAPPS_TS_NOLOGGING
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MTL_CATALOG_SEARCH_ITEMS_U1 NORMAL UNIQUE TablespaceAPPS_TS_NOLOGGING ColumnGROUP_HANDLE_ID
ColumnINVENTORY_ITEM_ID
ColumnORGANIZATION_ID
MTL_CATALOG_SEARCH_ITEMS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_NOLOGGING ColumnINVENTORY_ITEM_ID
ColumnORGANIZATION_ID
Columns
Name Datatype Length Mandatory Comments
GROUP_HANDLE_ID NUMBER

Search group identifier
INVENTORY_ITEM_ID NUMBER

Inventory item identifier
ORGANIZATION_ID NUMBER

Organization identifier
DESCRIPTION VARCHAR2 (240)
Item description
PRIMARY_UOM_CODE VARCHAR2 (3)
Primary Unit of Measure code
RESERVABLE_TYPE NUMBER

Hard reservations allowed flag
Query Text

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


SELECT GROUP_HANDLE_ID
,      INVENTORY_ITEM_ID
,      ORGANIZATION_ID
,      DESCRIPTION
,      PRIMARY_UOM_CODE
,      RESERVABLE_TYPE
FROM INV.MTL_CATALOG_SEARCH_ITEMS;

Dependencies

[top of page]

INV.MTL_CATALOG_SEARCH_ITEMS does not reference any database object

INV.MTL_CATALOG_SEARCH_ITEMS is referenced by following:

SchemaINV
ViewMTL_CATALOG_SEARCH_ITEMS#