DBA Data[Home] [Help]

APPS.BSC_SIMULATION_VIEW_PVT dependencies on BSC_TAB_VIEW_LABELS_B

Line 152: x_kpi_metadata_tables(x_Table_Number).table_name := 'BSC_TAB_VIEW_LABELS_B';

148: x_kpi_metadata_tables(x_Table_Number).mls_table := bsc_utility.NO;
149:
150:
151: x_Table_Number := x_Table_Number + 1;
152: x_kpi_metadata_tables(x_Table_Number).table_name := 'BSC_TAB_VIEW_LABELS_B';
153: x_kpi_metadata_tables(x_Table_Number).table_type := BSC_SIMULATION_VIEW_PVT.C_TAB_VIEW_TABLE ;
154: x_kpi_metadata_tables(x_Table_Number).table_column := BSC_SIMULATION_VIEW_PVT.C_TAB_VIEW ;
155: x_kpi_metadata_tables(x_Table_Number).duplicate_data := bsc_utility.YES;
156: x_kpi_metadata_tables(x_Table_Number).mls_table := bsc_utility.NO;

Line 659: UPDATE bsc_tab_view_labels_b

655: IF(l_dataset_id IS NULL) THEN
656: l_dataset_id:= l_link_id;
657: END IF;
658:
659: UPDATE bsc_tab_view_labels_b
660: SET link_id= l_dataset_id
661: WHERE tab_id = BSC_SIMULATION_VIEW_PUB.c_TAB_ID
662: AND tab_view_id = p_target_kpi
663: AND link_id =l_link_id

Line 1470: --First delete the entries from bsc_tab_view_labels,bsc_kpi_tree_nodes,ak_region tables

1466: l_function_name FND_FORM_FUNCTIONS.function_name%TYPE;
1467:
1468: BEGIN
1469:
1470: --First delete the entries from bsc_tab_view_labels,bsc_kpi_tree_nodes,ak_region tables
1471: --
1472: --then copy the data to the shared objectives
1473: --flag the objective to the same flag as master
1474: -- also copy the default node value to the shared objective