DBA Data[Home] [Help]

APPS.PO_FV_INTEGRATION_PVT dependencies on PO_DEBUG

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

3:
4: g_pkg_name CONSTANT VARCHAR2(30) := 'PO_FV_INTEGRATION_PVT';
5: g_log_head CONSTANT VARCHAR2(50) := 'po.plsql.'|| g_pkg_name || '.';
6:
7: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on;
8: g_debug_unexp CONSTANT BOOLEAN := PO_DEBUG.is_debug_unexp_on;
9:
10: --
11: -------------------------------------------------------------------------------

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

4: g_pkg_name CONSTANT VARCHAR2(30) := 'PO_FV_INTEGRATION_PVT';
5: g_log_head CONSTANT VARCHAR2(50) := 'po.plsql.'|| g_pkg_name || '.';
6:
7: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on;
8: g_debug_unexp CONSTANT BOOLEAN := PO_DEBUG.is_debug_unexp_on;
9:
10: --
11: -------------------------------------------------------------------------------
12: --Start of Comments