[Home] [Help]
[Dependency Information]
| Object Name: | AZ_PLANNING_REPORTS |
|---|---|
| Object Type: | TABLE |
| Owner: | AZ |
| Subobject Name: | |
| Status: | VALID |
AZ.AZ_PLANNING_REPORTS 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 |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AZ_PLANNING_REPORTS_U1 | NORMAL | UNIQUE |
|
NODE_ID
PHASE
|
| AZ_PLANNING_REPORTS_N1 | NORMAL | NONUNIQUE |
|
PARENT_NODE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| NODE_ID | VARCHAR2 | (240) | Yes | |
| PHASE | NUMBER | (15) | Yes | |
| NODE_TYPE | VARCHAR2 | (1) | Yes | |
| DISPLAY_NAME | VARCHAR2 | (240) | ||
| CONTEXT_TYPE_NAME | VARCHAR2 | (80) | ||
| PARENT_NODE_ID | VARCHAR2 | (240) | ||
| DESCRIPTION | VARCHAR2 | (240) |
Cut, paste (and edit) the following text to query this object:
SELECT NODE_ID
, PHASE
, NODE_TYPE
, DISPLAY_NAME
, CONTEXT_TYPE_NAME
, PARENT_NODE_ID
, DESCRIPTION
FROM AZ.AZ_PLANNING_REPORTS;
AZ.AZ_PLANNING_REPORTS does not reference any database object
AZ.AZ_PLANNING_REPORTS is referenced by following:
APPS
AZ_PLANNING_REPORTS
|
|
|
|