DBA Data[Home] [Help]

APPS.BSC_UPDATE_BASE dependencies on BSC_BIA_WRAPPER

Line 1677: BSC_BIA_WRAPPER.Analyze_Table(x_in_tbl);

1673: commit;
1674: END IF;
1675:
1676: -- Fix bug#4480258 Perf Issues: analyze the input table before loading it
1677: BSC_BIA_WRAPPER.Analyze_Table(x_in_tbl);
1678: commit;
1679:
1680: /*--------------------------------------------------------------+
1681: | Determine the values for the the sql components to translate|

Line 2281: BSC_BIA_WRAPPER.Analyze_Table(x_base_tbl);

2277: end if;
2278: commit;
2279:
2280: -- Fix bug#3875046: Analize base table
2281: BSC_BIA_WRAPPER.Analyze_Table(x_base_tbl);
2282: commit;
2283:
2284: -- Fix bug#4463131: truncate temp tables after use
2285: BSC_UPDATE_UTIL.Truncate_Table('BSC_TMP_BASE_UPDATE');