DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CONTROL_PVT dependencies on PO_DEBUG

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

2: /* $Header: POXVDCOB.pls 120.34.12010000.3 2008/10/07 04:59:22 vrecharl ship $ */
3:
4: --< Bug 3194665 Start >
5: -- Refactored debugging
6: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on;
7: g_debug_unexp CONSTANT BOOLEAN := PO_DEBUG.is_debug_unexp_on;
8:
9: -- Moved table type declaration to spec file
10: --< Bug 3194665 End >

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

3:
4: --< Bug 3194665 Start >
5: -- Refactored debugging
6: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on;
7: g_debug_unexp CONSTANT BOOLEAN := PO_DEBUG.is_debug_unexp_on;
8:
9: -- Moved table type declaration to spec file
10: --< Bug 3194665 End >
11: