[Home] [Help]
[Dependency Information]
| Object Name: | MST_KPIPREFS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| 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 |
|---|---|---|---|---|
| USER_ID | NUMBER | FK to FND_USER table. | ||
| KPI | VARCHAR2 | (80) | Yes | KPI name |
| KPI_ID | NUMBER | FK to mst_kpi_preferences | ||
| RANK | NUMBER | Rank of KPI |
Cut, paste (and edit) the following text to query this object:
SELECT USER_ID
, KPI
, KPI_ID
, RANK
FROM APPS.MST_KPIPREFS_V;
APPS
MFG_LOOKUPS
MST_KPI_PREFERENCES
APPS.MST_KPIPREFS_V is not referenced by any database object
|
|
|
|