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


TABLE: FII.FII_AGGRT_NODE_GT

Object Details
Object Name: FII_AGGRT_NODE_GT
Object Type: TABLE
Owner: FII
Subobject Name:
Status: VALID

This temporary table stores the nodes of all the dimensions with dimension short name and number of children of the parent of the node

Temporary Table Details

FII.FII_AGGRT_NODE_GT 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.

Storage Details
Tablespace: Tablespace
PCT Free: 10
PCT Used: 40
Columns
Name Datatype Length Mandatory Comments
ID NUMBER (15)
Identifier
NO_OF_CHILDREN NUMBER

Number of nodes below IDs parent
DIM_SHORT_NAME VARCHAR2 (30)
Dimension Short Name
Query Text

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


SELECT ID
,      NO_OF_CHILDREN
,      DIM_SHORT_NAME
FROM FII.FII_AGGRT_NODE_GT;

Dependencies

[top of page]

FII.FII_AGGRT_NODE_GT does not reference any database object

FII.FII_AGGRT_NODE_GT is referenced by following:

SchemaAPPS
SynonymFII_AGGRT_NODE_GT