DBA Data[Home] [Help]

APPS.PO_DEBUG dependencies on PO_LOG

Line 8: They are replaced by routines in the PO_LOG package.

4: /***************************************************************
5: ***************************************************************
6:
7: The logging routines in this package are obsolete.
8: They are replaced by routines in the PO_LOG package.
9:
10: For more details on the PO logging strategy, see the document at
11: /podev/po/internal/standards/logging/logging.xml
12:

Line 10: For more details on the PO logging strategy, see the document at

6:
7: The logging routines in this package are obsolete.
8: They are replaced by routines in the PO_LOG package.
9:
10: For more details on the PO logging strategy, see the document at
11: /podev/po/internal/standards/logging/logging.xml
12:
13: ***************************************************************
14: ***************************************************************

Line 17: g_all_rows CONSTANT PO_TBL_VARCHAR2000 := PO_LOG.c_all_rows;

13: ***************************************************************
14: ***************************************************************
15: */
16:
17: g_all_rows CONSTANT PO_TBL_VARCHAR2000 := PO_LOG.c_all_rows;
18:
19: -----------------------------------------------------------------------------
20: -- Public variables.
21: -----------------------------------------------------------------------------