DBA Data[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.4.12010000.5 2009/01/08 10:22:25 rojain 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.'