[Home] [Help]
[Dependency Information]
| Object Name: | MSC_ALLOC_HIERARCHY_TEMP |
|---|---|
| Object Type: | TABLE |
| Owner: | MSC |
| Subobject Name: | |
| Status: | VALID |
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.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| 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) |
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;
MSC.MSC_ALLOC_HIERARCHY_TEMP does not reference any database object
MSC.MSC_ALLOC_HIERARCHY_TEMP is referenced by following:
APPS
MSC_ALLOC_HIERARCHY_TEMP
|
|
|
|