DBA Data[Home] [Help]

ASO.APPS_DDL dependencies on APPS_DDL

Line 1: package body APPS_DDL as

1: package body APPS_DDL as
2: /* $Header: adaddlb.pls 120.1 2011/10/13 19:03:11 mkumandu ship $ */
3: procedure apps_ddl
4: (ddl_text in clob) is
5: c integer;

Line 3: procedure apps_ddl

1: package body APPS_DDL as
2: /* $Header: adaddlb.pls 120.1 2011/10/13 19:03:11 mkumandu ship $ */
3: procedure apps_ddl
4: (ddl_text in clob) 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: procedure apps_ddl
18: (ddl_text in varchar2) is
19: c integer;
20: rows_processed integer;

Line 17: procedure apps_ddl

13: when others then
14: dbms_sql.close_cursor(c);
15: raise;
16: end apps_ddl;
17: procedure apps_ddl
18: (ddl_text in varchar2) is
19: c integer;
20: rows_processed integer;
21: begin

Line 30: end apps_ddl;

26: exception
27: when others then
28: dbms_sql.close_cursor(c);
29: raise;
30: end apps_ddl;
31: end APPS_DDL;

Line 31: end APPS_DDL;

27: when others then
28: dbms_sql.close_cursor(c);
29: raise;
30: end apps_ddl;
31: end APPS_DDL;