[Home] [Help]
[Dependency Information]
Object Name: | OKX_COUNTERS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
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.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ID1 | NUMBER | The identifier of the counter. | ||
ID2 | CHAR | (1) | (Multi-part) Primary Key | |
COUNTER_ID | NUMBER | Counter identifier | ||
COUNTER_GROUP_ID | NUMBER | The identifier of the counter group to which the counter belongs | ||
NAME | VARCHAR2 | (80) | Counter Name | |
DESCRIPTION | VARCHAR2 | (240) | Description | |
TYPE | VARCHAR2 | (30) | Indicates whether the counter is a regular, formula-based, time-based or a SQL-derived counter. | |
START_DATE_ACTIVE | DATE | Date record becomes active | ||
END_DATE_ACTIVE | DATE | Date record becomes inactive | ||
CREATED_FROM_COUNTER_TMPL_ID | NUMBER | Created from counter template identifier | ||
SOURCE_COUNTER_ID | NUMBER | Source counter identifier | ||
INITIAL_READING | NUMBER | The initial reading of a counter template or an instance. Valid only for regular counters. | ||
UOM_CODE | VARCHAR2 | (3) | The unit of measure of the counter reading. | |
USAGE_ITEM_ID | NUMBER | The item that keeps track of the usage of this counter. Can only be the item which has the USAGE_ITEM_FLAG set to 'Y'. | ||
CTR_VAL_MAX_SEQ_NO | NUMBER | The current maximum sequence number of the counter values being updated in this log. | ||
COUNTER_VALUE_ID | NUMBER | The identifier of the counter value. | ||
VALUE_TIMESTAMP | DATE | The date on which this counter reading was taken (maybe different from the date on which the reading is enteerd in the system). | ||
COUNTER_READING | NUMBER | The counter reading. | ||
NET_READING | NUMBER | Net reading | ||
STATUS | VARCHAR2 | (1) | Status | |
PRIMARY_UOM_CODE | VARCHAR2 | (3) | Primary UOM code, needed for UOMs list for lines. |
Cut, paste (and edit) the following text to query this object:
SELECT ID1
, ID2
, COUNTER_ID
, COUNTER_GROUP_ID
, NAME
, DESCRIPTION
, TYPE
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, CREATED_FROM_COUNTER_TMPL_ID
, SOURCE_COUNTER_ID
, INITIAL_READING
, UOM_CODE
, USAGE_ITEM_ID
, CTR_VAL_MAX_SEQ_NO
, COUNTER_VALUE_ID
, VALUE_TIMESTAMP
, COUNTER_READING
, NET_READING
, STATUS
, PRIMARY_UOM_CODE
FROM APPS.OKX_COUNTERS_V;
|
|
|