DBA Data[Home] [Help]

APPS.BSC_PMF_UI_WRAPPER dependencies on BSC_KPI_DIM_LEVEL_PROPERTIES

Line 391: BSC_DESIGNER_PVT.Duplicate_Record_by_Indicator('BSC_KPI_DIM_LEVEL_PROPERTIES', p_kpi_id, l_kpi_id);

387: BSC_DESIGNER_PVT.Duplicate_Record_by_Indicator('BSC_KPI_DIM_LEVELS_B', p_kpi_id, l_kpi_id);
388: BSC_DESIGNER_PVT.Duplicate_Record_by_Indicator('BSC_KPI_DIM_LEVELS_TL', p_kpi_id, l_kpi_id);
389: BSC_DESIGNER_PVT.Duplicate_Record_by_Indicator('BSC_KPI_DIM_GROUPS', p_kpi_id, l_kpi_id);
390: BSC_DESIGNER_PVT.Duplicate_Record_by_Indicator('BSC_KPI_DIM_SETS_TL', p_kpi_id, l_kpi_id);
391: BSC_DESIGNER_PVT.Duplicate_Record_by_Indicator('BSC_KPI_DIM_LEVEL_PROPERTIES', p_kpi_id, l_kpi_id);
392:
393: BSC_KPI_PUB.Update_Kpi_Time_Stamp( FND_API.G_FALSE
394: ,l_Bsc_Kpi_Entity_Rec
395: ,x_return_status

Line 1966: delete from BSC_KPI_DIM_LEVEL_PROPERTIES

1962: end loop;
1963: close dc_opt;
1964:
1965: -- Delete the levels from the kpi and dimension set.
1966: delete from BSC_KPI_DIM_LEVEL_PROPERTIES
1967: where indicator = l_Bsc_Dim_Set_Rec_Type.Bsc_Kpi_Id
1968: and dim_set_id = l_dim_set_id;
1969:
1970: