[Home] [Help]
APPS.PO_RCOTOLERANCE_PVT dependencies on FND_PROFILE
Line 5: g_debug CONSTANT VARCHAR2(1) := nvl(fnd_profile.value('AFLOG_ENABLED'), 'N');
1: PACKAGE BODY po_rcotolerance_pvt AS
2: /* $Header: POXVRTWB.pls 120.8.12020000.3 2013/02/11 00:55:40 vegajula ship $*/
3: -- Read the profile option that enables/disables the debug log
4:
5: g_debug CONSTANT VARCHAR2(1) := nvl(fnd_profile.value('AFLOG_ENABLED'), 'N');
6:
7: g_pkg_name CONSTANT VARCHAR2(30) := 'PO_RCOTOLERANCE_PVT';
8:
9: g_module_prefix CONSTANT VARCHAR2(50) := 'po.plsql.'