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


TABLE: BOM.CST_UOM_CONV_RATES_TEMP

Object Details
Object Name: CST_UOM_CONV_RATES_TEMP
Object Type: TABLE
Owner: BOM
Subobject Name:
Status: VALID

Global Temporary table used by procedure CSTPCOIC.copy_to_interface() to help with UOM conversion during Copy Item Costs Across Organizations program.

Temporary Table Details

BOM.CST_UOM_CONV_RATES_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$TRANSACTION. Data is removed at the end of this period.

Storage Details
Tablespace: Tablespace
PCT Free: 10
PCT Used: 40
Indexes
Index Type Uniqueness Tablespace Column
CST_UOM_CONV_RATES_TEMP_U1 NORMAL UNIQUE Tablespace ColumnINVENTORY_ITEM_ID
Columns
Name Datatype Length Mandatory Comments
INVENTORY_ITEM_ID NUMBER

Inventory Item Identifier
UOM_CONVERSION_RATE NUMBER

The UOM conversion rate to apply to the costs of this item when copying from the source to the destination organization.
ITEM_NAME VARCHAR2 (50)
First 50 characters of the concatenated segments from the system items table representing the item name.
Query Text

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


SELECT INVENTORY_ITEM_ID
,      UOM_CONVERSION_RATE
,      ITEM_NAME
FROM BOM.CST_UOM_CONV_RATES_TEMP;

Dependencies

[top of page]

BOM.CST_UOM_CONV_RATES_TEMP does not reference any database object

BOM.CST_UOM_CONV_RATES_TEMP is referenced by following:

SchemaAPPS
SynonymCST_UOM_CONV_RATES_TEMP