[Home] [Help]
[Dependency Information]
| Object Name: | BSC_SYS_DIM_LEVEL_RELS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BSC.BSC_SYS_DIM_LEVEL_RELS_V
|
| 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 |
|---|---|---|---|---|
| DIM_LEVEL_ID | NUMBER | (5) | Yes | |
| SHORT_NAME | VARCHAR2 | (30) | Short name | |
| SOURCE | VARCHAR2 | (10) | Source | |
| PARENT_DIM_LEVEL_ID | NUMBER | (5) | Yes | Parent dimension level identifier |
| PARENT_SHORT_NAME | VARCHAR2 | (30) | Short name | |
| PARENT_NAME | VARCHAR2 | (255) | Yes | |
| PARENT_SOURCE | VARCHAR2 | (10) | Parent source | |
| RELATION_COL | VARCHAR2 | (50) | Relation field | |
| DATA_SOURCE_TYPE | VARCHAR2 | (30) | Data source type | |
| DATA_SOURCE | VARCHAR2 | (240) | Data source |
Cut, paste (and edit) the following text to query this object:
SELECT DIM_LEVEL_ID
, SHORT_NAME
, SOURCE
, PARENT_DIM_LEVEL_ID
, PARENT_SHORT_NAME
, PARENT_NAME
, PARENT_SOURCE
, RELATION_COL
, DATA_SOURCE_TYPE
, DATA_SOURCE
FROM APPS.BSC_SYS_DIM_LEVEL_RELS_V;
APPS
BSC_SYS_DIM_LEVELS_VL
BSC_SYS_DIM_LEVEL_RELS
APPS
BSC_BIS_DIM_OBJ_PUB
- show dependent code
BSC_BIS_KPI_MEAS_PUB
- show dependent code
BSC_DIMENSION_LEVELS_PUB
- show dependent code
BSC_PMF_UI_WRAPPER
- show dependent code
|
|
|
|