DBA Data[Home] [Help]

APPS.BSC_SIMULATION_VIEW_PUB dependencies on BSC_KPI_TREE_NODES_VL

Line 893: FROM bsc_kpi_tree_nodes_vl

889: --There cannot be two nodes whose dataset_ids are same.
890:
891: SELECT COUNT(1)
892: INTO l_count
893: FROM bsc_kpi_tree_nodes_vl
894: WHERE indicator = p_indicator
895: AND node_id =p_Node_Id;
896:
897: IF (l_count = 0) THEN

Line 1068: -- BSC_KPI_TREE_NODES_VL

1064:
1065: --SET INDICATOR TO PROTOTYPE MODE IF ANY OF THE BASE MEASURES ARE REMOVED.
1066: --Before deleting label get the label type and check if it is labeltype is with --in the range of (10,11,12,14,13)
1067: -- if it is then get the link id for it and delete the corresponding entry from
1068: -- BSC_KPI_TREE_NODES_VL
1069: SAVEPOINT removesimviewitems;
1070: FND_MSG_PUB.INITIALIZE;
1071: x_return_status := FND_API.G_RET_STS_SUCCESS;
1072: