DBA Data[Home] [Help]

APPS.BSC_KPI_PVT dependencies on BSC_KPIS_VL

Line 5427: FROM bsc_kpis_vl

5423: --For Simulation type of objectives we need to copy
5424: -- data from ak_regions and tab_view_labels also
5425: SELECT config_type,short_name
5426: INTO l_config_type,l_short_name
5427: FROM bsc_kpis_vl
5428: WHERE indicator = p_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Id;
5429:
5430: IF(l_config_type =BSC_SIMULATION_VIEW_PUB.c_TYPE AND l_short_name IS NOT NULL) THEN
5431:

Line 7838: l_short_name BSC_KPIS_VL.short_name%TYPE;

7834: ) IS
7835:
7836: l_count NUMBER;
7837: l_CustView_Rec BSC_CUSTOM_VIEW_PUB.Bsc_Cust_View_Rec_Type;
7838: l_short_name BSC_KPIS_VL.short_name%TYPE;
7839:
7840: CURSOR c_sys_images IS
7841: SELECT image_id
7842: FROM BSC_SYS_IMAGES

Line 7875: FROM bsc_kpis_vl

7871:
7872:
7873: SELECT short_name
7874: INTO l_short_name
7875: FROM bsc_kpis_vl
7876: WHERE indicator = p_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Id;
7877:
7878:
7879: DELETE