[Home] [Help]
[Dependency Information]
| Object Name: | MSC_PLANNING_ORGS |
|---|---|
| Object Type: | TABLE |
| Owner: | MSC |
| Subobject Name: | |
| Status: | VALID |
MSC.MSC_PLANNING_ORGS 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 |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| MSC_PLANNING_ORGS_N1 | NORMAL | NONUNIQUE |
|
SOURCE_LOCATIONS
ORGANIZATION_ID
SR_INSTANCE_ID
|
| MSC_PLANNING_ORGS_N2 | NORMAL | NONUNIQUE |
|
SOURCE_LOCATIONS
SHIP_TO_SITE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SR_INSTANCE_ID | NUMBER | |||
| ORGANIZATION_ID | NUMBER | |||
| SOURCE_LOCATIONS | NUMBER | |||
| CUSTOMER_ID | NUMBER | |||
| SHIP_TO_SITE_ID | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT SR_INSTANCE_ID
, ORGANIZATION_ID
, SOURCE_LOCATIONS
, CUSTOMER_ID
, SHIP_TO_SITE_ID
FROM MSC.MSC_PLANNING_ORGS;
MSC.MSC_PLANNING_ORGS does not reference any database object
MSC.MSC_PLANNING_ORGS is referenced by following:
APPS
MSC_PLANNING_ORGS
|
|
|
|