DBA Data[Home] [Help]

APPS.BSC_AW_UTILITY dependencies on BSC_UPDATE_UTIL

Line 1023: table_columns bsc_update_util.t_array_temp_table_cols;

1019: End;
1020:
1021: /*5121276 bsc_aw_dim_delete needs to be created here too*/
1022: procedure create_perm_tables is
1023: table_columns bsc_update_util.t_array_temp_table_cols;
1024: l_tablespace varchar2(300);
1025: l_idx_tablespace varchar2(300);
1026: all_tables all_tables_tb;
1027: table_name varchar2(40);

Line 1060: if bsc_update_util.Create_Permanent_Table(table_name,table_columns,table_columns.count,l_tablespace,l_idx_tablespace)=false then

1056: else
1057: flag:=true;
1058: end if;
1059: if flag then
1060: if bsc_update_util.Create_Permanent_Table(table_name,table_columns,table_columns.count,l_tablespace,l_idx_tablespace)=false then
1061: log_n('Exception in bsc_update_util.Create_Permanent_Table. For now, not raising this exception...');
1062: end if;
1063: end if;
1064: Exception when others then

Line 1061: log_n('Exception in bsc_update_util.Create_Permanent_Table. For now, not raising this exception...');

1057: flag:=true;
1058: end if;
1059: if flag then
1060: if bsc_update_util.Create_Permanent_Table(table_name,table_columns,table_columns.count,l_tablespace,l_idx_tablespace)=false then
1061: log_n('Exception in bsc_update_util.Create_Permanent_Table. For now, not raising this exception...');
1062: end if;
1063: end if;
1064: Exception when others then
1065: log_n('Exception in create_perm_tables '||sqlerrm);