DBA Data[Home] [Help]

APPS.CN_COLLECT_CUSTOM dependencies on CN_COLLECT_CUSTOM

Line 1: PACKAGE BODY CN_COLLECT_CUSTOM AS

1: PACKAGE BODY CN_COLLECT_CUSTOM AS
2: -- $Header: cncocub.pls 120.6 2006/01/18 03:45:51 apink noship $
3:
4: --
5: -- Procedure Name

Line 51: --dbms_output.put_line('cn_collect_custom: Procedure Call = '||statement);

47: --+
48: -- Construct the call to the collect procedure of the package
49: --+
50: statement := 'BEGIN '||package_name||'.collect(:err,:ret,:orgid); END;';
51: --dbms_output.put_line('cn_collect_custom: Procedure Call = '||statement);
52:
53: --+
54: -- Use dynamic SQL to run the statement
55: --+

Line 73: END cn_collect_custom;

69: dbms_sql.close_cursor(c);
70:
71: END collect;
72:
73: END cn_collect_custom;