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


VIEW: APPS.OKX_COUNTER_GRP_LOG_V

Object Details
Object Name: OKX_COUNTER_GRP_LOG_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKX.OKX_COUNTER_GRP_LOG_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


Displays the logs of counter updates within a counter group.


[View Source]

Columns
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.
Query Text

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;

Dependencies

[top of page]

APPS.OKX_COUNTER_GRP_LOG_V references the following:

SchemaAPPS
SynonymCS_COUNTER_GRP_LOG

APPS.OKX_COUNTER_GRP_LOG_V is not referenced by any database object