DBA Data[Home] [Help]

APPS.BIS_INDICATOR_REGION_UI_PVT dependencies on BIS_INDICATOR_REGION_UI_PVT

Line 1: package body bis_indicator_region_ui_pvt as

1: package body bis_indicator_region_ui_pvt as
2: /* $Header: BISVRUIB.pls 120.5 2006/01/17 06:38:17 visuri noship $ */
3: G_HELP VARCHAR2(32000) := 'BISPM';
4: g_user_id integer;
5: g_session_id number;

Line 7472: BIS_INDICATOR_REGION_UI_PVT.getCurrentPeriodInfo(

7468: -- to the time dimension whith the value id of the current period.
7469: -- target level contain a time dimension.
7470: -- Get the time level value id and name to be used to get actual and target
7471: -- Right now this is the current period
7472: BIS_INDICATOR_REGION_UI_PVT.getCurrentPeriodInfo(
7473: p_ind_selection_id
7474: ,x_target_rec.target_level_id
7475: ,l_time_dimension_level_id
7476: ,l_current_period_id

Line 7489: IF ( NOT bis_indicator_region_ui_pvt.use_current_period(x_target_rec

7485:
7486:
7487: --bug#2173475, if current period id's actual not exist,
7488: --use the latest one
7489: IF ( NOT bis_indicator_region_ui_pvt.use_current_period(x_target_rec
7490: ,l_time_dimension_index
7491: ,l_current_period_id
7492: ,l_last_period_id) ) THEN
7493: -- should use last period id in query

Line 7622: BIS_INDICATOR_REGION_UI_PVT.getAKRegionItemLongLabel(p_comp_source,

7618:
7619: l_long_label := NULL;
7620:
7621: IF (p_comp_source IS NOT NULL) THEN -- comparison source is not null
7622: BIS_INDICATOR_REGION_UI_PVT.getAKRegionItemLongLabel(p_comp_source,
7623: l_long_label);
7624: IF (l_long_label IS NOT NULL) THEN
7625: x_arrow_alt_text := l_long_label ||'.';
7626: END IF;

Line 7677: end bis_indicator_region_ui_pvt;

7673: -- end of change by juwang
7674: --===========================================================
7675:
7676: -- *******************************************************************
7677: end bis_indicator_region_ui_pvt;