DBA Data[Home] [Help]

APPS.PO_EDI_INTEGRATION_GRP dependencies on PO_DEBUG

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

9:
10: -- Read the profile option that enables/disables the debug log
11: g_fnd_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
12:
13: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on;
14: g_debug_unexp CONSTANT BOOLEAN := PO_DEBUG.is_debug_unexp_on;
15:
16: /**
17: * Public Procedure: archive_po

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

10: -- Read the profile option that enables/disables the debug log
11: g_fnd_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
12:
13: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on;
14: g_debug_unexp CONSTANT BOOLEAN := PO_DEBUG.is_debug_unexp_on;
15:
16: /**
17: * Public Procedure: archive_po
18: * Requires: