DBA Data[Home] [Help]

APPS.PO_R12_CAT_UPG_DEBUG dependencies on PO_R12_CAT_UPG_DEBUG

Line 1: PACKAGE BODY PO_R12_CAT_UPG_DEBUG AS

1: PACKAGE BODY PO_R12_CAT_UPG_DEBUG AS
2: /* $Header: PO_R12_CAT_UPG_DEBUG.plb 120.2 2006/01/30 23:17:44 pthapliy noship $ */
3:
4: g_log_level NUMBER := 1;
5: g_is_logging_enabled BOOLEAN := TRUE;

Line 2: /* $Header: PO_R12_CAT_UPG_DEBUG.plb 120.2 2006/01/30 23:17:44 pthapliy noship $ */

1: PACKAGE BODY PO_R12_CAT_UPG_DEBUG AS
2: /* $Header: PO_R12_CAT_UPG_DEBUG.plb 120.2 2006/01/30 23:17:44 pthapliy noship $ */
3:
4: g_log_level NUMBER := 1;
5: g_is_logging_enabled BOOLEAN := TRUE;
6:

Line 65: END PO_R12_CAT_UPG_DEBUG;

61: , p_message => p_message);
62: END log_stmt;
63:
64:
65: END PO_R12_CAT_UPG_DEBUG;