DBA Data[Home] [Help]

APPS.BSC_PMF_UI_API_PUB dependencies on BSC_KPI_DIM_SETS_TL

Line 856: from BSC_KPI_DIM_SETS_TL

852:
853: -- Get the next dimension set id for the current dimension set.
854: select max(dim_set_id) + 1
855: into g_Bsc_Dimset_Rec.Bsc_Dim_Set_Id
856: from BSC_KPI_DIM_SETS_TL
857: where indicator = g_Bsc_Pmf_Ui_Rec.Kpi_Id;
858:
859: -- Set the record parameter Bsc_New_Dset to 'Y'. This tells the Dimension
860: -- set API that this is a new Dim set. Set it to 'N' after the first call to