[Home] [Help]
[Dependency Information]
| Object Name: | BISBV_TARGETS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BIS.BISBV_TARGETS
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
BISBV_TARGETS is the business view which provides information about the entity BIS_TARGET_VALUES.
Business Views are intended to provide a consistent interface for ad-hoc queries by providing simple table joins for over-normalized data and plain english column names for hard to understand columns.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TARGET_ID | NUMBER | Yes | Target ID | |
| TARGET_LEVEL_ID | NUMBER | Yes | Target Level ID Column | |
| PLAN_ID | NUMBER | Yes | Business plan ID | |
| ORG_LEVEL_VALUE_ID | VARCHAR2 | (80) | No Longer Used | |
| TIME_LEVEL_VALUE_ID | VARCHAR2 | (80) | No Longer Used | |
| DIM1_LEVEL_VALUE_ID | VARCHAR2 | (80) | Dimension1 Level Value ID | |
| DIM2_LEVEL_VALUE_ID | VARCHAR2 | (80) | Dimension2 Level Value ID | |
| DIM3_LEVEL_VALUE_ID | VARCHAR2 | (80) | Dimension3 Level Value ID | |
| DIM4_LEVEL_VALUE_ID | VARCHAR2 | (80) | Dimension4 Level Value ID | |
| DIM5_LEVEL_VALUE_ID | VARCHAR2 | (80) | Dimension5 Level Value ID | |
| DIM6_LEVEL_VALUE_ID | VARCHAR2 | (80) | Dimension6 Level Value ID | |
| DIM7_LEVEL_VALUE_ID | VARCHAR2 | (80) | Dimension7 Level Value ID | |
| TARGET | NUMBER | Value for the target | ||
| RANGE1_LOW | NUMBER | Percentage of the first lower range | ||
| RANGE1_HIGH | NUMBER | Percentage of the first upper range | ||
| RANGE2_LOW | NUMBER | Percentage of the second lower range | ||
| RANGE2_HIGH | NUMBER | Percentage of the second upper range | ||
| RANGE3_LOW | NUMBER | Percentage of the third lower range | ||
| RANGE3_HIGH | NUMBER | Percentage of the third upper range | ||
| NOTIFY_RESP1_ID | NUMBER | Workflow role ID for the owner for the first range | ||
| NOTIFY_RESP1_SHORT_NAME | VARCHAR2 | (100) | Workflow role for the owner for the first range | |
| NOTIFY_RESP2_ID | NUMBER | Workflow role ID for the owner for the second range | ||
| NOTIFY_RESP2_SHORT_NAME | VARCHAR2 | (100) | Workflow role for the owner for the second range | |
| NOTIFY_RESP3_ID | NUMBER | Workflow role ID for the owner for the third range | ||
| NOTIFY_RESP3_SHORT_NAME | VARCHAR2 | (100) | Workflow role for the owner for the third range |
Cut, paste (and edit) the following text to query this object:
SELECT TARGET_ID
, TARGET_LEVEL_ID
, PLAN_ID
, ORG_LEVEL_VALUE_ID
, TIME_LEVEL_VALUE_ID
, DIM1_LEVEL_VALUE_ID
, DIM2_LEVEL_VALUE_ID
, DIM3_LEVEL_VALUE_ID
, DIM4_LEVEL_VALUE_ID
, DIM5_LEVEL_VALUE_ID
, DIM6_LEVEL_VALUE_ID
, DIM7_LEVEL_VALUE_ID
, TARGET
, RANGE1_LOW
, RANGE1_HIGH
, RANGE2_LOW
, RANGE2_HIGH
, RANGE3_LOW
, RANGE3_HIGH
, NOTIFY_RESP1_ID
, NOTIFY_RESP1_SHORT_NAME
, NOTIFY_RESP2_ID
, NOTIFY_RESP2_SHORT_NAME
, NOTIFY_RESP3_ID
, NOTIFY_RESP3_SHORT_NAME
FROM APPS.BISBV_TARGETS;
APPS
BIS_TARGET_VALUES
APPS
BIS_GENERIC_PLANNER_PVT
- show dependent code
BIS_INDICATOR_REGION_UI_PVT
- show dependent code
BIS_PORTLET_PMREGION
- show dependent code
BIS_TARGET_PVT
- show dependent code
GL_BIS_ALERTS_PKG
- show dependent code
HR_BIS_ALERTS
- show dependent code
PMI_COMMON_PKG
- show dependent code
|
|
|
|