[Home] [Help]
[Dependency Information]
| Object Name: | BIS_IND_TL_LVL_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 |
|---|---|---|---|---|
| INDICATOR_ID | NUMBER | Indicator Id | ||
| TARGET_LEVEL_ID | NUMBER | Target Level Id | ||
| LEVEL_ID | NUMBER | Dimension Level Id |
Cut, paste (and edit) the following text to query this object:
SELECT INDICATOR_ID
, TARGET_LEVEL_ID
, LEVEL_ID
FROM APPS.BIS_IND_TL_LVL_V;
APPS
BIS_TARGET_LEVELS
APPS
BIS_DIMS_AND_LEVELS_PKG
- show dependent code
|
|
|
|