[Home] [Help]
[Dependency Information]
| Object Name: | OKX_COUNTER_GRP_LOG_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKX.OKX_COUNTER_GRP_LOG_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Displays the logs of counter updates within a counter group.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COUNTER_GRP_LOG_ID | NUMBER | Yes | Identifier of the counter group log. | |
| COUNTER_GROUP_ID | NUMBER | Yes | Identifier of the counter group to which the log belongs. | |
| VALUE_TIMESTAMP | DATE | Yes | The timestamp of the log. |
Cut, paste (and edit) the following text to query this object:
SELECT COUNTER_GRP_LOG_ID
, COUNTER_GROUP_ID
, VALUE_TIMESTAMP
FROM APPS.OKX_COUNTER_GRP_LOG_V;
APPS
CS_COUNTER_GRP_LOG
APPS.OKX_COUNTER_GRP_LOG_V is not referenced by any database object
|
|
|
|