DBA Data[Home] [Help]

APPS.BSC_MV_ADAPTER dependencies on BSC_BSC_ADAPTER

Line 695: if BSC_BSC_ADAPTER.get_s_tables_for_mv(p_mv_name,l_s_tables,l_number_s_tables)=false then

691: end if;
692: l_create_non_unique_index:=p_create_non_unique_index;
693: -- Get the FKS differently for refresh and GDB run
694: if (p_called_from_refresh) then
695: if BSC_BSC_ADAPTER.get_s_tables_for_mv(p_mv_name,l_s_tables,l_number_s_tables)=false then
696: return false;
697: end if;
698: if l_number_s_tables=0 then
699: if g_debug then

Line 704: if BSC_BSC_ADAPTER.get_table_fks(l_s_tables,l_number_s_tables,l_fk_name,l_number_fk)=false then

700: write_to_log_file_n('No s tables found for '||p_mv_name||'. Do Validations to do...');
701: end if;
702: return true;
703: end if;
704: if BSC_BSC_ADAPTER.get_table_fks(l_s_tables,l_number_s_tables,l_fk_name,l_number_fk)=false then
705: return false;
706: end if;
707: else
708: if BSC_IM_INT_MD.get_fk(

Line 2183: if BSC_BSC_ADAPTER.get_s_tables_for_mv(p_object,l_s_tables,l_number_s_tables)=false then

2179: end if;
2180: end if;
2181: -----------------
2182: if l_apps_origin='BSC' then
2183: if BSC_BSC_ADAPTER.get_s_tables_for_mv(p_object,l_s_tables,l_number_s_tables)=false then
2184: return false;
2185: end if;
2186: if l_number_s_tables=0 then
2187: if g_debug then

Line 2192: if BSC_BSC_ADAPTER.get_table_fks(l_s_tables,l_number_s_tables,l_fk,l_number_fk)=false then

2188: write_to_log_file_n('No s tables found for '||p_object||'. Do Validations to do...');
2189: end if;
2190: return true;
2191: end if;
2192: if BSC_BSC_ADAPTER.get_table_fks(l_s_tables,l_number_s_tables,l_fk,l_number_fk)=false then
2193: return false;
2194: end if;
2195: --first get the index info from the database
2196: if BSC_IM_UTILS.get_table_indexes(