DBA Data[Home] [Help]

APPS.BSC_AW_UTILITY dependencies on AD_DDL

Line 1053: BSC_APPS.Do_DDL(stmt,AD_DDL.DROP_TABLE,table_name);

1049: if all_tables(1).TEMPORARY='Y' then
1050: /*this is old implementation. drop and recreate */
1051: log(table_name||' is Temp Table. Dropping to create as permanent');
1052: stmt:='drop table '||table_name;
1053: BSC_APPS.Do_DDL(stmt,AD_DDL.DROP_TABLE,table_name);
1054: flag:=true;
1055: end if;
1056: else
1057: flag:=true;