DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CANCEL_PVT dependencies on FND_PROFILE

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

1: PACKAGE BODY PO_Document_Cancel_PVT AS
2: /* $Header: POXVDCAB.pls 120.3 2005/10/24 16:57:44 shsiung noship $ */
3:
4: -- Read the profile option that enables/disables the debug log
5: g_fnd_debug CONSTANT VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
6:
7: g_module_prefix CONSTANT VARCHAR2(50) := 'po.plsql.' || g_pkg_name || '.';
8:
9: --