DBA Data[Home] [Help]

APPS.BIS_INDICATOR_REGION_UI_PVT dependencies on BIS_INDICATOR_REGION_PUB

Line 1191: l_selections_tbl BIS_INDICATOR_REGION_PUB.Indicator_Region_Tbl_Type;

1187: l_msg_data varchar2(32000);
1188: l_return_status varchar2(32000);
1189: l_indicators_tbl BIS_TARGET_LEVEL_PUB.Target_Level_Tbl_Type;
1190: l_displaylabels_tbl Selected_Values_Tbl_Type;
1191: l_selections_tbl BIS_INDICATOR_REGION_PUB.Indicator_Region_Tbl_Type;
1192: l_temp_tbl no_duplicates_tbl_Type;
1193: l_unique BOOLEAN;
1194: l_cnt pls_integer;
1195: l_error_tbl BIS_UTILITIES_PUB.Error_Tbl_Type;

Line 1256: BIS_INDICATOR_REGION_PUB.Retrieve_User_Ind_Selections

1252: );
1253:
1254: -- Get all the previously selected Indicator levels from
1255: -- bis_user_ind_selections table.
1256: BIS_INDICATOR_REGION_PUB.Retrieve_User_Ind_Selections
1257: ( p_api_version => 1.0
1258: , p_user_id => l_user_id
1259: , p_all_info => FND_API.G_TRUE
1260: , p_plug_id => l_plug_id

Line 1705: l_labels_tbl BIS_INDICATOR_REGION_PUB.Indicator_Region_Tbl_Type;

1701: l_text varchar2(32000);
1702: l_ind_level_name varchar2(32000);
1703: l_ind_level_id pls_integer;
1704: l_indicators_tbl BIS_TARGET_LEVEL_PUB.Target_Level_Tbl_Type;
1705: l_labels_tbl BIS_INDICATOR_REGION_PUB.Indicator_Region_Tbl_Type;
1706: l_orgs_tbl no_duplicates_tbl_Type;
1707: l_dim1_tbl no_duplicates_tbl_Type;
1708: l_dim2_tbl no_duplicates_tbl_Type;
1709: l_dim3_tbl no_duplicates_tbl_Type;

Line 1860: BIS_INDICATOR_REGION_PUB.Retrieve_User_Ind_Selections

1856:
1857: -- Get all the previously selected labels from
1858: -- selections box.
1859:
1860: BIS_INDICATOR_REGION_PUB.Retrieve_User_Ind_Selections
1861: ( p_api_version => 1.0
1862: , p_user_id => l_user_id
1863: , p_all_info => FND_API.G_TRUE
1864: , p_plug_id => l_plug_id

Line 3461: l_favorites_tbl BIS_INDICATOR_REGION_PUB.Indicator_Region_Tbl_Type;

3457: -- mdamle 01/15/2001 - Use Dim6 and Dim7
3458: l_dim6_level_value_rec BIS_DIM_LEVEL_VALUE_PUB.Dim_Level_Value_Rec_Type;
3459: l_dim7_level_value_rec BIS_DIM_LEVEL_VALUE_PUB.Dim_Level_Value_Rec_Type;
3460:
3461: l_favorites_tbl BIS_INDICATOR_REGION_PUB.Indicator_Region_Tbl_Type;
3462: l_orgs_tbl no_duplicates_tbl_Type;
3463: l_dim1_tbl no_duplicates_tbl_Type;
3464: l_dim2_tbl no_duplicates_tbl_Type;
3465: l_dim3_tbl no_duplicates_tbl_Type;

Line 3637: BIS_INDICATOR_REGION_PUB.Retrieve_User_Ind_Selections

3633: -- htp.p('
*****************************************************
');
3634:
3635: -- Get all the previously selected labels from
3636: -- selections table.
3637: BIS_INDICATOR_REGION_PUB.Retrieve_User_Ind_Selections
3638: ( p_api_version => 1.0
3639: , p_user_id => l_user_id
3640: , p_all_info => FND_API.G_TRUE
3641: , p_plug_id => l_plug_id

Line 4964: l_indicator_region_values BIS_INDICATOR_REGION_PUB.Indicator_Region_Rec_Type;

4960: l_length pls_integer;
4961: l_display_label varchar2(32000);
4962: l_error_tbl BIS_UTILITIES_PUB.Error_Tbl_Type;
4963: l_return_status varchar2(32000);
4964: l_indicator_region_values BIS_INDICATOR_REGION_PUB.Indicator_Region_Rec_Type;
4965: l_plan_idnum pls_integer;
4966:
4967: begin
4968:

Line 4979: BIS_INDICATOR_REGION_PUB.Delete_User_Ind_Selections(

4975: -- if ICX_SEC.validatePlugSession(l_plug_id) then
4976: g_user_id := icx_sec.getID(ICX_SEC.PV_USER_ID, '', icx_sec.g_session_id); --2751984
4977:
4978: -- Deleting the old rows of this userid and plugid from the selections table
4979: BIS_INDICATOR_REGION_PUB.Delete_User_Ind_Selections(
4980: p_api_version => 1.0,
4981: p_user_id => g_user_id,
4982: p_plug_id => l_plug_id,
4983: x_return_status => l_return_status,

Line 5053: BIS_INDICATOR_REGION_PUB.Create_User_Ind_Selection(

5049: l_indicator_region_values.DIM7_LEVEL_VALUE_ID := l_d7;
5050:
5051: l_indicator_region_values.PLAN_ID := l_plan;
5052:
5053: BIS_INDICATOR_REGION_PUB.Create_User_Ind_Selection(
5054: p_api_version => 1.0,
5055: p_Indicator_Region_Rec => l_indicator_region_values,
5056: x_return_status => l_return_status,
5057: x_error_Tbl => l_error_tbl);