DBA Data[Home] [Help]

APPS.BSC_PMF_UI_WRAPPER dependencies on BSC_KPI_PROPERTIES

Line 5263: UPDATE bsc_kpi_properties

5259: IF (l_action_flag IS NOT NULL) THEN
5260: --Reset the db_transform
5261: --ppandey 'DB_TRANSFORM' is Objective Type 0->Precalculated, 1->normal, 2->Target at differet Benchmarks.
5262: IF (l_action_flag = BSC_DESIGNER_PVT.G_ActionFlag.Prototype) THEN
5263: UPDATE bsc_kpi_properties
5264: SET property_value = 1
5265: WHERE indicator = l_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Id
5266: AND property_code = 'DB_TRANSFORM'
5267: AND property_value = 2;