DBA Data[Home] [Help]

APPS.PO_INVOICE_HOLD_CHECK dependencies on PO_DEBUG

Line 7: g_debug_stmt BOOLEAN := po_debug.is_debug_stmt_on;

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

Line 8: g_debug_unexp BOOLEAN := po_debug.is_debug_unexp_on;

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