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


TABLE: QPR.QPR_TRANSF_HEADERS_B

Object Details
Object Name: QPR_TRANSF_HEADERS_B
Object Type: TABLE
Owner: QPR
Subobject Name:
Status: VALID


This table stores the details of Transformation Headers


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
QPR_TRANSF_HEADERS_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTRANSF_HEADER_ID
QPR_TRANSF_HEADERS_B_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnTRANSF_GROUP_ID
ColumnTO_DIM_CODE
Columns
Name Datatype Length Mandatory Comments
TRANSF_HEADER_ID NUMBER
Yes Unique identifier of a Transformation Header
TRANSF_GROUP_ID NUMBER
Yes Foreign key to QPR_TRANSF_GROUPS_B
FROM_DIM_MEAS_CODE VARCHAR2 (30)
The from value for the transformation. It has a measure code for 'MEASDIM' and a dimension code for 'DIMDIM' transformation
FROM_DIM_HIER_CODE VARCHAR2 (30)
It has the 'from value' of the hierarchy code for a 'DIMDIM' transformation
LIMIT_DIM_FLAG VARCHAR2 (1)
Flag indicating whether to consider specific members of a dimension in 'DIMDIM' or a specific dimension in 'MEASDIM'. It takes values 'N/Y'
FROM_LEVEL_ID NUMBER

It has the level id as 'from value' for the 'DIMDIM' transformation
MEAS_CODE VARCHAR2 (30)
The code of the actual measure to be considered in the 'MEASDIM' transformation
TO_DIM_CODE VARCHAR2 (30)
It has the dimension code as the 'to value' for the 'MEASDIM' transformation
TO_HIER_CODE VARCHAR2 (30)
It has the hierarchy code as 'to value' for the 'MEASDIM' transformation
TO_LEVEL_ID NUMBER

It has the level id as 'to value' for the 'MEASDIM' and 'DIMDIM' transformations
TO_VALUE VARCHAR2 (240)
It has the value of the dimension member as 'to value' for the transformations
TO_VALUE_DESC VARCHAR2 (240)
It has the description of the dimension member as 'to value' for the transformations
CREATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
PROGRAM_ID NUMBER

Identifies the concurrent program
PROGRAM_LOGIN_ID NUMBER

Identifies the Oracle Applicaitons Consurrent Program Login ID
PROGRAM_APPLICATION_ID NUMBER

Identifies the Oracle Application that spawned the consurrent program
REQUEST_ID NUMBER

Identifies the concurrent request instance that spawned the concurrent program
Query Text

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


SELECT TRANSF_HEADER_ID
,      TRANSF_GROUP_ID
,      FROM_DIM_MEAS_CODE
,      FROM_DIM_HIER_CODE
,      LIMIT_DIM_FLAG
,      FROM_LEVEL_ID
,      MEAS_CODE
,      TO_DIM_CODE
,      TO_HIER_CODE
,      TO_LEVEL_ID
,      TO_VALUE
,      TO_VALUE_DESC
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      PROGRAM_ID
,      PROGRAM_LOGIN_ID
,      PROGRAM_APPLICATION_ID
,      REQUEST_ID
FROM QPR.QPR_TRANSF_HEADERS_B;

Dependencies

[top of page]

QPR.QPR_TRANSF_HEADERS_B does not reference any database object

QPR.QPR_TRANSF_HEADERS_B is referenced by following:

SchemaAPPS
SynonymQPR_TRANSF_HEADERS_B