DBA Data[Home] [Help]

APPS.BSC_KPI_PUB dependencies on BSC_KPI_PROPERTIES

Line 1684: FROM bsc_kpi_properties

1680: ---We need to check if the
1681: IF(l_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Config_Type =BSC_BIS_KPI_CRUD_PUB.C_SIM_INDICATOR_CONFIG_TYPE)THEN
1682: SELECT COUNT(0)
1683: INTO l_count
1684: FROM bsc_kpi_properties
1685: WHERE indicator = l_Bsc_Kpi_Entity_Rec.Bsc_Kpi_Id
1686: AND property_code =BSC_SIMULATION_VIEW_PUB.c_SIM_NODE_ID;
1687:
1688: IF(l_count=0)THEN