[Home] [Help]
[Dependency Information]
Object Name: | QP_CACHE_DO_SIZES |
---|---|
Object Type: | TABLE |
Owner: | QP |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Provides the estimated size of every Data Object or DO in memory for caching strategy.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DO_NAME | VARCHAR2 | (50) | Yes | DO Name |
DO_SIZE | NUMBER | Size of DO Type | ||
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 DO_NAME
, DO_SIZE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM QP.QP_CACHE_DO_SIZES;
QP.QP_CACHE_DO_SIZES does not reference any database object
QP.QP_CACHE_DO_SIZES is referenced by following:
|
|
|