DBA Data[Home] [Help]

APPS.MSC_DEMANTRA_PKG dependencies on AD_DDL

Line 37: ad_ddl.do_ddl(l_applsys_schema, g_msc_schema, ad_ddl.truncate_table, l_ddl, 'MSC_DEMANTRA_ODS_F');

33: raise e_truncate_ods_f;
34: end if;
35:
36: l_ddl := 'truncate table msc_demantra_ods_f';
37: ad_ddl.do_ddl(l_applsys_schema, g_msc_schema, ad_ddl.truncate_table, l_ddl, 'MSC_DEMANTRA_ODS_F');
38: commit;
39:
40: exception
41: when others then