DBA Data[Home] [Help]

APPS.BSC_MO_INPUT_TABLE_PKG dependencies on BSC_DBGEN_UTILS

Line 1529: AND BSC_DBGEN_UTILS.get_table_type(l_BTTables(iMatchingTableIndex(l_loop_ctr)).Name)='B')

1525: If l_key_combination.Origin = 0 Then
1526: If l_BTTables_origin.Count = 0 -- if its a B table added in this run
1527: -- or if its a production B table
1528: OR (l_BTTables(iMatchingTableIndex(l_loop_ctr)).isProductionTable
1529: AND BSC_DBGEN_UTILS.get_table_type(l_BTTables(iMatchingTableIndex(l_loop_ctr)).Name)='B')
1530: Then
1531: needNewTable := False;
1532: End If;
1533: Else -- this key combination can be derived from another key combination

Line 1540: BSC_DBGEN_UTILS.get_table_type(l_BTTables(iMatchingTableIndex(l_loop_ctr)).Name)='B') THEN

1536: BSC_MO_HELPER_PKG.write_to_stack('7.1 l_temp='||l_temp);
1537: l_temp3 := BSC_MO_HELPER_PKG.findIndex(l_BTTables, l_BTTables_origin(l_BTTables_origin.first));
1538: IF (l_temp3 = -1 AND
1539: l_BTTables(iMatchingTableIndex(l_loop_ctr)).isProductionTable AND
1540: BSC_DBGEN_UTILS.get_table_type(l_BTTables(iMatchingTableIndex(l_loop_ctr)).Name)='B') THEN
1541: -- this is a production B table, but we havent loaded I table into memory
1542: l_temp3 := iMatchingTableIndex(l_loop_ctr);
1543: END IF;
1544: BSC_MO_HELPER_PKG.write_to_stack('7.2 l_temp3='||l_temp3);