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


TABLE: ZPB.ZPB_CYCLE_MODEL_DIMENSIONS

Object Details
Object Name: ZPB_CYCLE_MODEL_DIMENSIONS
Object Type: TABLE
Owner: ZPB
Subobject Name:
Status: VALID


This table stores information about the dimensions that a user has added to the Data Model for the Business Process definition.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ZPB_CYCLE_MODEL_DIMENSIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnANALYSIS_CYCLE_ID
ColumnDIMENSION_NAME
Columns
Name Datatype Length Mandatory Comments
ANALYSIS_CYCLE_ID NUMBER
Yes Business Process ID.
DIMENSION_NAME VARCHAR2 (240) Yes Dimension name.
QUERY_OBJECT_NAME VARCHAR2 (240)
Query Object name.
QUERY_OBJECT_PATH VARCHAR2 (240)
Query Object path in repository.
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard who column.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column.
CREATION_DATE DATE
Yes Standard who column.
CREATED_BY NUMBER (15) Yes Standard who column.
DATASET_DIMENSION_FLAG VARCHAR2 (1)
Dataset Dimension flag to indicate if the Dimension belongs to dataset chosen in Business Process.
REMOVE_DIMENSION_FLAG VARCHAR2 (1)
The flag indicates Dataset Dimension removed from Business Process definition.
SUM_MEMBERS_NUMBER NUMBER

Number of members of removed dimension to be summed.
SUM_SELECTION_NAME VARCHAR2 (100)
SUM query name.
SUM_SELECTION_PATH VARCHAR2 (100)
SUM query path in repository.
Query Text

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


SELECT ANALYSIS_CYCLE_ID
,      DIMENSION_NAME
,      QUERY_OBJECT_NAME
,      QUERY_OBJECT_PATH
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      DATASET_DIMENSION_FLAG
,      REMOVE_DIMENSION_FLAG
,      SUM_MEMBERS_NUMBER
,      SUM_SELECTION_NAME
,      SUM_SELECTION_PATH
FROM ZPB.ZPB_CYCLE_MODEL_DIMENSIONS;

Dependencies

[top of page]

ZPB.ZPB_CYCLE_MODEL_DIMENSIONS does not reference any database object

ZPB.ZPB_CYCLE_MODEL_DIMENSIONS is referenced by following:

SchemaAPPS
SynonymZPB_CYCLE_MODEL_DIMENSIONS