DBA Data[Home] [Help]

AMW.APPS_DDL dependencies on APPS_DDL

Line 1: package body APPS_DDL as

1: package body APPS_DDL as
2: /* $Header: adaddlb.pls 120.0 2005/11/29 05:04:44 vpalakur noship $ */
3: procedure apps_ddl
4: (ddl_text in varchar2) is
5: c integer;

Line 3: procedure apps_ddl

1: package body APPS_DDL as
2: /* $Header: adaddlb.pls 120.0 2005/11/29 05:04:44 vpalakur noship $ */
3: procedure apps_ddl
4: (ddl_text in varchar2) is
5: c integer;
6: rows_processed integer;
7: begin

Line 16: end apps_ddl;

12: exception
13: when others then
14: dbms_sql.close_cursor(c);
15: raise;
16: end apps_ddl;
17: end APPS_DDL;

Line 17: end APPS_DDL;

13: when others then
14: dbms_sql.close_cursor(c);
15: raise;
16: end apps_ddl;
17: end APPS_DDL;