[Home] [Help]
[Dependency Information]
| Object Name: | EGO_REPORT_LISTS_B |
|---|---|
| Object Type: | TABLE |
| Owner: | EGO |
| FND Design Data: | EGO.EGO_REPORT_LISTS_B
|
| Subobject Name: | |
| Status: | VALID |
This table is used to store Report List information
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| EGO_REPORT_LISTS_B_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
LIST_ID
|
| EGO_REPORT_LISTS_B_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
USER_ID
REPORT_APPLICATION_ID
REPORT_REGION_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LIST_ID | NUMBER | Yes | Unique numeric identifier for the report list | |
| USER_ID | NUMBER | Yes | Identifier for the user who owns the report list | |
| REPORT_APPLICATION_ID | NUMBER | Yes | Identifier for the application of the report | |
| REPORT_REGION_CODE | VARCHAR2 | (30) | Yes | Report region code for the report |
| DEFAULT_FLAG | VARCHAR2 | (1) | The flag indicates the default report list | |
| CUSTOMIZATION_LEVEL_ID | NUMBER | Identifier for the report list customization level | ||
| CLASSIFICATION1 | VARCHAR2 | (50) | First identifier to classifiy the report list | |
| CLASSIFICATION2 | VARCHAR2 | (50) | Second identifier to classifiy the report list | |
| CLASSIFICATION3 | VARCHAR2 | (50) | Third identifier to classifiy the report list | |
| ORGANIZATION_ID | NUMBER | The organization ID of the report | ||
| CREATED_BY | NUMBER | Yes | One of the five standard "WHO" columns | |
| CREATION_DATE | DATE | Yes | One of the five standard "WHO" columns | |
| LAST_UPDATED_BY | NUMBER | Yes | One of the five standard "WHO" columns | |
| LAST_UPDATE_DATE | DATE | Yes | One of the five standard "WHO" columns | |
| LAST_UPDATE_LOGIN | NUMBER | One of the five standard "WHO" columns |
Cut, paste (and edit) the following text to query this object:
SELECT LIST_ID
, USER_ID
, REPORT_APPLICATION_ID
, REPORT_REGION_CODE
, DEFAULT_FLAG
, CUSTOMIZATION_LEVEL_ID
, CLASSIFICATION1
, CLASSIFICATION2
, CLASSIFICATION3
, ORGANIZATION_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM EGO.EGO_REPORT_LISTS_B;
EGO.EGO_REPORT_LISTS_B does not reference any database object
EGO.EGO_REPORT_LISTS_B is referenced by following:
EGO
EGO_REPORT_LISTS_B#
|
|
|
|