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


VIEW: APPS.BISBV_TARGETS

Object Details
Object Name: BISBV_TARGETS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewBIS.BISBV_TARGETS
Subobject Name:
Status: VALID

View Type

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.


[View Source]

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
Query Text

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;

Dependencies

[top of page]

APPS.BISBV_TARGETS references the following:

SchemaAPPS
SynonymBIS_TARGET_VALUES
APPS.BISBV_TARGETS is referenced by following:

SchemaAPPS
Package BodyBIS_GENERIC_PLANNER_PVT - show dependent code
Package BodyBIS_INDICATOR_REGION_UI_PVT - show dependent code
Package BodyBIS_PORTLET_PMREGION - show dependent code
Package BodyBIS_TARGET_PVT - show dependent code
PL/SQL PackageGL_BIS_ALERTS_PKG - show dependent code
Package BodyHR_BIS_ALERTS - show dependent code
Package BodyPMI_COMMON_PKG - show dependent code