[Home] [Help]
[Dependency Information]
Object Name: | CS_KB_REPORT_DATA |
---|---|
Object Type: | TABLE |
Owner: | CS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
CS_KB_REPORT_DATA_U1 | NORMAL | UNIQUE |
![]() |
![]() |
CS_KB_REPORT_DATA_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() |
CS_KB_REPORT_DATA_N2 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() ![]() |
DATA_ID | NUMBER | (15) | Yes | Generated primary key for report summarization data |
METRIC_CODE | VARCHAR2 | (30) | Yes | Internal code identifying the type of report metric the data row is for. |
METRIC_PERIOD_TYPE | NUMBER | (15) | Yes | Specifies the period type for the report metric that the data row is for (e.g. Hourly, Weekly, Daily, etc. ) |
PRODUCT_CATEGORY_ID | NUMBER | (15) | Inventory Category for the product and this report data row is for. | |
METRIC_VALUE | NUMBER | (15) | Yes | Measured data value for each report data row. |
METRIC_PERIOD | NUMBER | (15) | Yes | The period number for which the data measurement is taken. |
CREATION_DATE | DATE | Yes | Standard who column. | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column. |
LAST_UPDATE_DATE | DATE | Yes | Standard who column. | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column. |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column. | |
SECURITY_GROUP_ID | NUMBER | (15) | Identifier used for hosting environments. | |
Name | Datatype | Length | Mandatory | Comments |
---|
Cut, paste (and edit) the following text to query this object:
SELECT DATA_ID
, METRIC_CODE
, METRIC_PERIOD_TYPE
, PRODUCT_CATEGORY_ID
, METRIC_VALUE
, METRIC_PERIOD
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
FROM CS.CS_KB_REPORT_DATA;
CS.CS_KB_REPORT_DATA does not reference any database object
CS.CS_KB_REPORT_DATA is referenced by following:
|
|
|