[Home] [Help]
[Dependency Information]
| Object Name: | ZX_REPORT_TYPES_USAGES |
|---|---|
| Object Type: | TABLE |
| Owner: | ZX |
| FND Design Data: | ZX.ZX_REPORT_TYPES_USAGES
|
| Subobject Name: | |
| Status: | VALID |
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| ZX_REPORT_TYPES_USAGES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
REPORTING_TYPE_USAGE_ID
ZD_EDITION_NAME
|
| ZX_REPORT_TYPES_USAGES_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
REPORTING_TYPE_ID
ENTITY_CODE
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REPORTING_TYPE_USAGE_ID | NUMBER | (15) | Yes | Unique identifier |
| ENTITY_CODE | VARCHAR2 | (30) | Yes | Lookup code to identify the entity with which the reporting type is associated |
| ENABLED_FLAG | VARCHAR2 | (1) | Yes | Y or N indicates whether the association of the reporting type to the entity is enabled for usage |
| 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 | |
| REPORTING_TYPE_ID | NUMBER | (15) | Yes | Reporting type identifier |
| OBJECT_VERSION_NUMBER | NUMBER | Yes | Object version number | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT REPORTING_TYPE_USAGE_ID
, ENTITY_CODE
, ENABLED_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, REPORTING_TYPE_ID
, OBJECT_VERSION_NUMBER
, ZD_EDITION_NAME
FROM ZX.ZX_REPORT_TYPES_USAGES;
ZX.ZX_REPORT_TYPES_USAGES does not reference any database object
ZX.ZX_REPORT_TYPES_USAGES is referenced by following:
ZX
ZX_REPORT_TYPES_USAGES#
|
|
|
|