DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CONTROL_GRP dependencies on FND_PROFILE

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

1: PACKAGE BODY PO_Document_Control_GRP AS
2: /* $Header: POXGDCOB.pls 120.2 2005/06/29 19:23:08 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: /**