DBA Data[Home] [Help]

APPS.BSC_UPDATE_INC dependencies on BSC_UPDATE_BASE_V2

Line 1007: h_proj_tbl_name := BSC_UPDATE_BASE_V2.Get_Base_Proj_Tbl_Name(h_purge_tables(h_i));

1003: BSC_UPDATE_UTIL.Truncate_Table_AT(h_purge_tables(h_i));
1004:
1005: -- ENH_B_TABLES_PERF: with the new strategy the B table may have a projection table
1006: -- We need to truncate the projection table too.
1007: h_proj_tbl_name := BSC_UPDATE_BASE_V2.Get_Base_Proj_Tbl_Name(h_purge_tables(h_i));
1008: IF h_proj_tbl_name IS NOT NULL THEN
1009: BSC_UPDATE_UTIL.Truncate_Table_AT(h_proj_tbl_name);
1010: END IF;
1011:

Line 1034: h_proj_tbl_name := BSC_UPDATE_BASE_V2.Get_Base_Proj_Tbl_Name(h_purge_tables(h_i));

1030: BSC_UPDATE_UTIL.Truncate_Table_AT(h_purge_tables(h_i));
1031:
1032: -- ENH_B_TABLES_PERF: with the new strategy the B table may have a projection table
1033: -- We need to truncate the projection table too.
1034: h_proj_tbl_name := BSC_UPDATE_BASE_V2.Get_Base_Proj_Tbl_Name(h_purge_tables(h_i));
1035: IF h_proj_tbl_name IS NOT NULL THEN
1036: BSC_UPDATE_UTIL.Truncate_Table_AT(h_proj_tbl_name);
1037: END IF;
1038:

Line 1071: h_proj_tbl_name := BSC_UPDATE_BASE_V2.Get_Base_Proj_Tbl_Name(h_purge_tables(h_i));

1067: BSC_UPDATE_UTIL.Truncate_Table_AT(h_purge_tables(h_i));
1068:
1069: -- ENH_B_TABLES_PERF: with the new strategy the B table may have a projection table
1070: -- We need to truncate the projection table too.
1071: h_proj_tbl_name := BSC_UPDATE_BASE_V2.Get_Base_Proj_Tbl_Name(h_purge_tables(h_i));
1072: IF h_proj_tbl_name IS NOT NULL THEN
1073: BSC_UPDATE_UTIL.Truncate_Table_AT(h_proj_tbl_name);
1074: END IF;
1075:

Line 1095: h_proj_tbl_name := BSC_UPDATE_BASE_V2.Get_Base_Proj_Tbl_Name(h_purge_tables(h_i));

1091: BSC_UPDATE_UTIL.Truncate_Table_AT(h_purge_tables(h_i));
1092:
1093: -- ENH_B_TABLES_PERF: with the new strategy the B table may have a projection table
1094: -- We need to truncate the projection table too.
1095: h_proj_tbl_name := BSC_UPDATE_BASE_V2.Get_Base_Proj_Tbl_Name(h_purge_tables(h_i));
1096: IF h_proj_tbl_name IS NOT NULL THEN
1097: BSC_UPDATE_UTIL.Truncate_Table_AT(h_proj_tbl_name);
1098: END IF;
1099: