DBA Data[Home] [Help]

APPS.BSC_SIMULATION_VIEW_PUB dependencies on BSC_ANALYSIS_OPTION_PUB

Line 1038: l_Anal_Opt_Rec BSC_ANALYSIS_OPTION_PUB.Bsc_Option_Rec_Type;

1034: l_index NUMBER;
1035: l_measure_type BIS_INDICATORS.measure_type%TYPE;
1036: l_range_id NUMBER;
1037: l_dataset_id BIS_INDICATORS.dataset_id%TYPE;
1038: l_Anal_Opt_Rec BSC_ANALYSIS_OPTION_PUB.Bsc_Option_Rec_Type;
1039: l_default_node bsc_kpi_properties.property_value%TYPE;
1040: l_count NUMBER;
1041:
1042:

Line 1122: BSC_ANALYSIS_OPTION_PUB.Cascade_Deletion_Color_Props

1118:
1119: --Delete the color ranges for the deleted measures from the objective
1120: l_Anal_Opt_Rec.Bsc_Kpi_Id := p_obj_Id;
1121:
1122: BSC_ANALYSIS_OPTION_PUB.Cascade_Deletion_Color_Props
1123: (
1124: p_commit => FND_API.G_FALSE
1125: ,p_Anal_Opt_Rec => l_Anal_Opt_Rec
1126: ,x_return_status => x_return_status