[Home] [Help]
[Dependency Information]
Object Name: | ZX_REPORT_TYPES_USAGES |
---|---|
Object Type: | TABLE |
Owner: | ZX |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
ZX_REPORT_TYPES_USAGES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
ZX_REPORT_TYPES_USAGES_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
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 |
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
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:
|
|
|