DBA Data[Home] [Help]

APPS.ENI_DBI_UTIL_PKG dependencies on BIS_COLLECTION_UTILITIES

Line 491: -- in BIS_COLLECTION_UTILITIES.LOG.

487: -- This procedure provides a level of indirection between
488: -- the standard DBI logging procedure and the ENI collection
489: -- packages.
490: -- For now, the procedure and parameters have the same meaning as those
491: -- in BIS_COLLECTION_UTILITIES.LOG.
492: PROCEDURE log(p_message VARCHAR2,
493: p_indenting NUMBER DEFAULT 0)
494: IS
495:

Line 498: bis_collection_utilities.log(p_message, p_indenting);

494: IS
495:
496: BEGIN
497: -- for now, we simply pass the parameters through
498: bis_collection_utilities.log(p_message, p_indenting);
499:
500: END log;
501:
502: -- This procedure provides a level of indirection between

Line 506: -- in BIS_COLLECTION_UTILITIES.debug.

502: -- This procedure provides a level of indirection between
503: -- the standard DBI logging procedure and the ENI collection
504: -- packages.
505: -- For now, the procedure and parameters have the same meaning as those
506: -- in BIS_COLLECTION_UTILITIES.debug.
507: PROCEDURE debug(p_message VARCHAR2,
508: p_indenting NUMBER DEFAULT 0)
509: IS
510:

Line 514: bis_collection_utilities.debug(p_message, p_indenting);

510:
511: BEGIN
512:
513: -- for now, we simply pass the parameters through
514: bis_collection_utilities.debug(p_message, p_indenting);
515:
516: END debug;
517:
518: -- This procedure initializes the debug logging for our