DBA Data[Home] [Help]

APPS.PO_ENCUMBRANCE_PREPROCESSING dependencies on FND_PROFILE

Line 43: g_fnd_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');

39: := 'po.plsql.' || g_pkg_name || '.'
40: ;
41:
42: -- Read the profile option that enables/disables the debug log
43: g_fnd_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
44: g_debug_stmt BOOLEAN := PO_DEBUG.is_debug_stmt_on;
45: g_debug_unexp BOOLEAN := PO_DEBUG.is_debug_unexp_on;
46:
47: