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


VIEW: APPS.OKI_PERF_MEASURES_V

Object Details
Object Name: OKI_PERF_MEASURES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKI.OKI_PERF_MEASURES_V
Subobject Name:
Status: VALID

View Type

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


This view shows the data for Key Performance Indicator values for any given period.
This view is based on OKI_PERF_MEASURES table.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ID NUMBER
Yes The internal identifier for the row.
PERIOD_NAME VARCHAR2 (15) Yes The name from General Ledger for the period of this information.
PERIOD_SET_NAME VARCHAR2 (15) Yes The name of the General Ledger period set used to determine valid periods.
PERIOD_TYPE VARCHAR2 (15)
The type of General Ledger period used for this information.
AUTHORING_ORG_ID NUMBER

The internal identifier of the operating unit in which the contract was authored.
AUTHORING_ORG_NAME VARCHAR2 (240)
The name of the operating unit in which the contract was authored.
KPI_CODE VARCHAR2 (30) Yes A code specifying the Key Performance Indicator.
KPI_VALUE NUMBER

The value of the Key Performance Indicator.
SCS_CODE VARCHAR2 (30)
The category (sub-class) code for the contract.
REQUEST_ID NUMBER (15)
Concurrent Manager audit column.
PROGRAM_APPLICATION_ID NUMBER (15)
Concurrent Manager audit column.
PROGRAM_ID NUMBER (15)
Concurrent Manager audit column.
PROGRAM_UPDATE_DATE DATE

Concurrent Manager audit column.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ID
,      PERIOD_NAME
,      PERIOD_SET_NAME
,      PERIOD_TYPE
,      AUTHORING_ORG_ID
,      AUTHORING_ORG_NAME
,      KPI_CODE
,      KPI_VALUE
,      SCS_CODE
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM APPS.OKI_PERF_MEASURES_V;

Dependencies

[top of page]

APPS.OKI_PERF_MEASURES_V references the following:

SchemaAPPS
SynonymOKI_PERF_MEASURES

APPS.OKI_PERF_MEASURES_V is not referenced by any database object