[Home] [Help]
[Dependency Information]
| Object Name: | QA_DEVICE_DATA_VALUES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | QA.QA_DEVICE_DATA_VALUES_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| EVENT_TIME | TIMESTAMP(9) WITH TIME ZONE | (20) | ||
| EVENT_DATA | VARCHAR2 | (256) | Yes | |
| DEVICE_SOURCE | VARCHAR2 | (256) | Yes | |
| DEVICE_NAME | VARCHAR2 | (256) | Yes | |
| QUALITY_CODE | NUMBER | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT EVENT_TIME
, EVENT_DATA
, DEVICE_SOURCE
, DEVICE_NAME
, QUALITY_CODE
FROM APPS.QA_DEVICE_DATA_VALUES_V;
APPS
QA_DEVICE_DATA_VALUES
APPS.QA_DEVICE_DATA_VALUES_V is not referenced by any database object
|
|
|
|