DBA Data[Home] [Help]

APPS.BSC_SIMULATION_VIEW_PUB dependencies on BSC_DESIGNER_PVT

Line 1113: BSC_DESIGNER_PVT.ActionFlag_Change(p_obj_Id, BSC_DESIGNER_PVT.G_ActionFlag.GAA_Structure);

1109: l_dataset_id := l_links_table(cd);
1110: FOR cd IN measure_cur LOOP
1111:
1112: IF(cd.measure_type IS NULL)THEN
1113: BSC_DESIGNER_PVT.ActionFlag_Change(p_obj_Id, BSC_DESIGNER_PVT.G_ActionFlag.GAA_Structure);
1114: END IF;
1115: END LOOP;
1116: END LOOP;
1117: END IF;

Line 1804: , p_prototype_flag => BSC_DESIGNER_PVT.G_ActionFlag.GAA_Color

1800: BSC_KPI_COLOR_PROPERTIES_PUB.Kpi_Prototype_Flag_Change
1801: (
1802: p_objective_id => p_indicator
1803: , p_kpi_measure_id => l_kpi_measure_id
1804: , p_prototype_flag => BSC_DESIGNER_PVT.G_ActionFlag.GAA_Color
1805: , x_return_status => x_return_status
1806: , x_msg_count => x_msg_count
1807: , x_msg_data => x_msg_data
1808: );

Line 1819: , p_prototype_flag => BSC_DESIGNER_PVT.G_ActionFlag.GAA_Color

1815: IF(cd.property_value =p_dataset_id) THEN
1816: BSC_KPI_COLOR_PROPERTIES_PUB.Obj_Prototype_Flag_Change
1817: (
1818: p_objective_id => p_indicator
1819: , p_prototype_flag => BSC_DESIGNER_PVT.G_ActionFlag.GAA_Color
1820: , x_return_status => x_return_status
1821: , x_msg_count => x_msg_count
1822: , x_msg_data => x_msg_data
1823: );