[Home] [Help]
[Dependency Information]
| Object Name: | QPR_REPORT_TYPE_RELNS |
|---|---|
| Object Type: | TABLE |
| Owner: | QPR |
| Subobject Name: | |
| Status: | VALID |
This table stores the relations between Price Planning Report Type Components.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| QPR_REPORT_TYPE_RELATIONS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
REPORT_TYPE_RELATION_ID
|
| QPR_REPORT_TYPE_RELATIONS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PARENT_REPORT_TYPE_ID
RELATION_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REPORT_TYPE_RELATION_ID | NUMBER | Yes | Unique Identifier for report type relations | |
| PARENT_REPORT_TYPE_ID | NUMBER | Yes | Unique Identifier of the report type, which is the parent in the relation being specified. | |
| RELATION_CODE | VARCHAR2 | (240) | Specifies the type of relation between two report types. Takes values 'TRANSACTION_DETAILS','ASSOCIATED_DETAILS', 'ASSOCIATED_EXCEPTION ', 'DRILL_ACROSS', 'ASSOCIATED_WF_DETAILS', 'DUMMY_DRILL_ACROSS', 'DRILL_OUT', 'DEAL_ANLTX_REPORT '. | |
| TARGET_REPORT_TYPE_ID | NUMBER | Yes | Unique Identifier for the report type which is the target in the relation specified. | |
| SCOPE_TIED_FLAG | VARCHAR2 | (1) | Indicates if the scope of the parent is related to the child. Takes values 'Y'/ 'N'. | |
| LAYOUT_TIED_FLAG | VARCHAR2 | (1) | Indicates if the report layout of the parent and child are tied. Takes values 'Y'/ 'N'. | |
| CREATION_DATE | DATE | Yes | Standard Who Column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT REPORT_TYPE_RELATION_ID
, PARENT_REPORT_TYPE_ID
, RELATION_CODE
, TARGET_REPORT_TYPE_ID
, SCOPE_TIED_FLAG
, LAYOUT_TIED_FLAG
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM QPR.QPR_REPORT_TYPE_RELNS;
QPR.QPR_REPORT_TYPE_RELNS does not reference any database object
QPR.QPR_REPORT_TYPE_RELNS is referenced by following:
APPS
QPR_REPORT_TYPE_RELNS
|
|
|
|