DBA Data[Home] [Help]

APPS.BSC_UPDATE_SUM dependencies on BSC_UPDATE_BASE_V2

Line 1603: h_proj_table_name := BSC_UPDATE_BASE_V2.Get_Base_Proj_Tbl_Name(x_origin_tables(h_i));

1599: FOR h_i IN 1..x_num_origin_tables LOOP
1600: h_origin_tables(h_i) := x_origin_tables(h_i);
1601: IF NOT BSC_APPS.bsc_mv THEN
1602: IF BSC_UPDATE_UTIL.Is_Base_Table(x_origin_tables(h_i)) THEN
1603: h_proj_table_name := BSC_UPDATE_BASE_V2.Get_Base_Proj_Tbl_Name(x_origin_tables(h_i));
1604: IF h_proj_table_name IS NOT NULL THEN
1605: -- Base table is splitted in two: actuals and projection
1606: -- Note that actual and projection table has the same structure
1607: h_origin_tables(h_i) := '(SELECT * FROM '||x_origin_tables(h_i)||