DBA Data[Home] [Help]

APPS.PO_CONTERMS_UTL_GRP dependencies on PO_DEBUG

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

1: PACKAGE BODY PO_CONTERMS_UTL_GRP AS
2: /* $Header: POXGCTUB.pls 120.19 2006/10/30 23:10:06 masingh noship $ */
3:
4: -- Initialize debug variables
5: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on;
6: g_log_head CONSTANT VARCHAR2(50) := 'po.plsql.'|| g_pkg_name || '.' ;
7:
8: -------------------------------------------------------------------------------
9: --Start of Comments

Line 2747: PO_DEBUG.debug_begin(l_log_head);

2743: BEGIN
2744: l_progress := 10;
2745:
2746: IF g_debug_stmt THEN
2747: PO_DEBUG.debug_begin(l_log_head);
2748: END IF;
2749:
2750: l_progress := 20;
2751: -- Initialize API return status to success

Line 2930: PO_DEBUG.debug_end(l_log_head);

2926: END IF;
2927:
2928: l_progress := 80;
2929: IF g_debug_stmt THEN
2930: PO_DEBUG.debug_end(l_log_head);
2931: END IF;
2932:
2933: Exception
2934: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN

Line 3010: po_debug.debug_begin (l_log_head);

3006: l_progress := 10;
3007:
3008: IF g_debug_stmt
3009: THEN
3010: po_debug.debug_begin (l_log_head);
3011: END IF;
3012:
3013: l_progress := 20;
3014: -- Initialize API return status to success

Line 3128: po_debug.debug_end (l_log_head);

3124: l_progress := 60;
3125:
3126: IF g_debug_stmt
3127: THEN
3128: po_debug.debug_end (l_log_head);
3129: END IF;
3130: EXCEPTION
3131: WHEN fnd_api.g_exc_unexpected_error
3132: THEN