[Home] [Help]
[Dependency Information]
Object Name: | CST_ITEM_LIST_TEMP |
---|---|
Object Type: | TABLE |
Owner: | BOM |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Temporary list of items for use in cost reporting
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: | 40 |
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 |
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;
BOM.CST_ITEM_LIST_TEMP does not reference any database object
BOM.CST_ITEM_LIST_TEMP is referenced by following:
|
|
|