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


TABLE: BOM.CST_INV_COST_TEMP

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

A temporary table to store intermediate results for period close summarization and inventory valuation reports

Temporary Table Details

BOM.CST_INV_COST_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
COST_SOURCE NUMBER (3) Yes Identifies the code module that has created the row
ORGANIZATION_ID NUMBER (15) Yes Organization identifier
INVENTORY_ITEM_ID NUMBER (15)
Item identifier
COST_TYPE_ID NUMBER (15)
The item costs and asset status correspond to this cost type
COST_GROUP_ID NUMBER (15)
In actual costing organizations, the item costs correspond to this cost group
RCV_TRANSACTION_ID NUMBER (15)
Receiving transaction identifier
ITEM_COST NUMBER

Item unit cost
MATERIAL_COST NUMBER

Material cost
MATERIAL_OVERHEAD_COST NUMBER

Material overhead cost
OUTSIDE_PROCESSING_COST NUMBER

Outside processing cost
RESOURCE_COST NUMBER

Resource cost
OVERHEAD_COST NUMBER

Overhead cost
INVENTORY_ASSET_FLAG NUMBER (1)
Asset status of the item
Query Text

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


SELECT COST_SOURCE
,      ORGANIZATION_ID
,      INVENTORY_ITEM_ID
,      COST_TYPE_ID
,      COST_GROUP_ID
,      RCV_TRANSACTION_ID
,      ITEM_COST
,      MATERIAL_COST
,      MATERIAL_OVERHEAD_COST
,      OUTSIDE_PROCESSING_COST
,      RESOURCE_COST
,      OVERHEAD_COST
,      INVENTORY_ASSET_FLAG
FROM BOM.CST_INV_COST_TEMP;

Dependencies

[top of page]

BOM.CST_INV_COST_TEMP does not reference any database object

BOM.CST_INV_COST_TEMP is referenced by following:

SchemaAPPS
SynonymCST_INV_COST_TEMP