DBA Data[Home] [Help]

APPS.MSC_PHUB_PKG dependencies on AD_DDL

Line 528: ad_ddl.do_ddl(l_applsys_schema,'MSC', ad_ddl.alter_table,sql_stmt,l_partitioned_tables(i));

524: --drop partitions
525: sql_stmt := 'alter table ' || l_partitioned_tables(i) || ' drop partition '|| l_partition_name ;
526: end if;
527: println(sql_stmt);
528: ad_ddl.do_ddl(l_applsys_schema,'MSC', ad_ddl.alter_table,sql_stmt,l_partitioned_tables(i));
529: end loop;
530: return retcode;
531: exception
532: when others then