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


TABLE: BOM.CST_ITEM_LIST_TEMP

Object Details
Object Name: CST_ITEM_LIST_TEMP
Object Type: TABLE
Owner: BOM
FND Design Data: TableBOM.CST_ITEM_LIST_TEMP
Subobject Name:
Status: VALID

Temporary list of items for use in cost reporting

Temporary Table Details

BOM.CST_ITEM_LIST_TEMP is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$SESSION. Data is removed at the end of this period.

Storage Details
Tablespace: Tablespace
PCT Free: 10
PCT Used: 40
Columns
Name Datatype Length Mandatory Comments
INVENTORY_ITEM_ID NUMBER

Item identifier from mtl_system_items
CATEGORY_ID NUMBER

Category identifier from mtl_categories
COST_TYPE_ID NUMBER

Cost type identifier from cst_cost_types
Query Text

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


SELECT INVENTORY_ITEM_ID
,      CATEGORY_ID
,      COST_TYPE_ID
FROM BOM.CST_ITEM_LIST_TEMP;

Dependencies

[top of page]

BOM.CST_ITEM_LIST_TEMP does not reference any database object

BOM.CST_ITEM_LIST_TEMP is referenced by following:

SchemaAPPS
SynonymCST_ITEM_LIST_TEMP