DBA Data[Home] [Help] [Dependency Information]


TABLE: CS.CS_KB_REPORT_DATA

Object Details
Object Name: CS_KB_REPORT_DATA
Object Type: TABLE
Owner: CS
FND Design Data: TableCS.CS_KB_REPORT_DATA
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CS_KB_REPORT_DATA_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnDATA_ID
CS_KB_REPORT_DATA_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnMETRIC_CODE
ColumnMETRIC_PERIOD_TYPE
ColumnMETRIC_PERIOD
CS_KB_REPORT_DATA_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnMETRIC_CODE
ColumnMETRIC_PERIOD_TYPE
ColumnPRODUCT_CATEGORY_ID
ColumnMETRIC_PERIOD
Columns
Name Datatype Length Mandatory Comments
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.
Query Text

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;

Dependencies

[top of page]

CS.CS_KB_REPORT_DATA does not reference any database object

CS.CS_KB_REPORT_DATA is referenced by following:

SchemaAPPS
SynonymCS_KB_REPORT_DATA