DBA Data[Home] [Help]

APPS.PO_GA_ORG_ASSIGN_PVT dependencies on FND_PROFILE

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

2: /* $Header: POXPORGB.pls 120.3 2005/09/21 00:45:23 arudas noship $ */
3:
4: --< Shared Proc FPJ Start >
5: -- Read the profile option that enables/disables the debug log
6: g_fnd_debug CONSTANT VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
7:
8: g_pkg_name CONSTANT VARCHAR2(20) := 'PO_GA_ORG_ASSIGN_PVT';
9: g_module_prefix CONSTANT VARCHAR2(30) := 'po.plsql.' || g_pkg_name || '.';
10: --< Shared Proc FPJ End >