[Home] [Help]
[Dependency Information]
| Object Name: | QP_CACHE_KEY_STATS |
|---|---|
| Object Type: | TABLE |
| Owner: | QP |
| FND Design Data: | QP.QP_CACHE_KEY_STATS
|
| Subobject Name: | |
| Status: | VALID |
Provides the information of Key Cache components that are entities used in the caching.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CACHE_KEY_TYPE_CODE | NUMBER | Yes | Cache key type code | |
| CACHE_KEY | VARCHAR2 | (240) | Cache key value | |
| 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) | Yes | Standard WHO column |
Cut, paste (and edit) the following text to query this object:
SELECT CACHE_KEY_TYPE_CODE
, CACHE_KEY
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM QP.QP_CACHE_KEY_STATS;
QP.QP_CACHE_KEY_STATS does not reference any database object
QP.QP_CACHE_KEY_STATS is referenced by following:
QP
QP_CACHE_KEY_STATS#
|
|
|
|