DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CANCEL_PVT dependencies on PO_DEBUG

Line 11: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on;

7: g_module_prefix CONSTANT VARCHAR2(50) := 'po.plsql.' || g_pkg_name || '.';
8:
9: --
10:
11: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on;
12: g_debug_unexp CONSTANT BOOLEAN := PO_DEBUG.is_debug_unexp_on;
13:
14: --
15:

Line 12: g_debug_unexp CONSTANT BOOLEAN := PO_DEBUG.is_debug_unexp_on;

8:
9: --
10:
11: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on;
12: g_debug_unexp CONSTANT BOOLEAN := PO_DEBUG.is_debug_unexp_on;
13:
14: --
15:
16: /**

Line 755: PO_DEBUG.debug_exc

751: p_procedure_name => l_api_name);
752:
753: IF (g_debug_unexp) THEN
754:
755: PO_DEBUG.debug_exc
756: ( p_log_head => g_module_prefix || l_api_name,
757: p_progress => l_progress
758: );
759: