DBA Data[Home] [Help]

APPS.BSC_KPI_PVT dependencies on BSC_KPI_CALCULATIONS_USER

Line 3362: FROM bsc_kpi_calculations_user

3358: FROM bsc_kpi_calculations
3359: WHERE indicator = p_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Id;
3360:
3361: DELETE
3362: FROM bsc_kpi_calculations_user
3363: WHERE indicator = p_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Id;
3364:
3365: IF (p_commit = FND_API.G_TRUE) THEN
3366: COMMIT;