DBA Data[Home] [Help]

APPS.ENI_DBI_UTIL_PKG dependencies on STANDARD

Line 59: -- the standard DBI logging procedure and the ENI collection

55: p_lob OUT NOCOPY VARCHAR2
56: );
57:
58: -- This procedure provides a level of indirection between
59: -- the standard DBI logging procedure and the ENI collection
60: -- packages.
61: PROCEDURE log(p_message VARCHAR2,
62: p_indenting NUMBER DEFAULT 0);
63:

Line 65: -- the standard DBI logging procedure and the ENI collection

61: PROCEDURE log(p_message VARCHAR2,
62: p_indenting NUMBER DEFAULT 0);
63:
64: -- This procedure provides a level of indirection between
65: -- the standard DBI logging procedure and the ENI collection
66: -- packages.
67: PROCEDURE debug(p_message VARCHAR2,
68: p_indenting NUMBER DEFAULT 0);
69: