DBA Data[Home] [Help]

APPS.PO_MESSAGE_S dependencies on PO_DEBUG

Line 5: g_debug_unexp BOOLEAN := PO_DEBUG.is_debug_unexp_on;

1: PACKAGE BODY PO_MESSAGE_S AS
2: -- $Header: PO_MESSAGE_S.plb 120.6 2009/12/16 14:21:43 ssreekum ship $
3:
4: -- Read the profile option that enables/disables the debug log
5: g_debug_unexp BOOLEAN := PO_DEBUG.is_debug_unexp_on;
6:
7:
8: --------------------------------------------------------------------------------
9: --Start of Comments

Line 119: PO_DEBUG.debug_exc(l_log_head, p_location);

115:
116: END IF;
117:
118: IF g_debug_unexp THEN
119: PO_DEBUG.debug_exc(l_log_head, p_location);
120: END IF;
121:
122: EXCEPTION
123: WHEN OTHERS THEN RAISE;