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


TABLE: MSC.MSC_ALLOC_HIERARCHY_TEMP

Object Details
Object Name: MSC_ALLOC_HIERARCHY_TEMP
Object Type: TABLE
Owner: MSC
Subobject Name:
Status: VALID

Temporary Table Details

MSC.MSC_ALLOC_HIERARCHY_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
Columns
Name Datatype Length Mandatory Comments
LEVEL_3_DEMAND_CLASS VARCHAR2 (80)
LEVEL_2_DEMAND_CLASS VARCHAR2 (80)
LEVEL_1_DEMAND_CLASS VARCHAR2 (80)
PARTNER_ID NUMBER

PARTNER_SITE_ID NUMBER

LEVEL_3_DEMAND_CLASS_PRIORITY NUMBER

ALLOCATION_PERCENT NUMBER

CUSTOMER_NAME VARCHAR2 (255)
CUSTOMER_SITE_NAME VARCHAR2 (40)
Query Text

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


SELECT LEVEL_3_DEMAND_CLASS
,      LEVEL_2_DEMAND_CLASS
,      LEVEL_1_DEMAND_CLASS
,      PARTNER_ID
,      PARTNER_SITE_ID
,      LEVEL_3_DEMAND_CLASS_PRIORITY
,      ALLOCATION_PERCENT
,      CUSTOMER_NAME
,      CUSTOMER_SITE_NAME
FROM MSC.MSC_ALLOC_HIERARCHY_TEMP;

Dependencies

[top of page]

MSC.MSC_ALLOC_HIERARCHY_TEMP does not reference any database object

MSC.MSC_ALLOC_HIERARCHY_TEMP is referenced by following:

SchemaAPPS
SynonymMSC_ALLOC_HIERARCHY_TEMP