DBA Data[Home] [Help]

APPS.PON_CONTERMS_UTL_PVT dependencies on FND_PROFILE

Line 7: g_contracts_installed_flag CONSTANT varchar2(1) := NVL(FND_PROFILE.VALUE('POC_ENABLED'),'N');

3:
4: -- POC_ENABLED : Procurement Contracts Enabled
5: -- store the profile value in a global constant variable
6:
7: g_contracts_installed_flag CONSTANT varchar2(1) := NVL(FND_PROFILE.VALUE('POC_ENABLED'),'N');
8:
9: -- Read the profile option that enables/disables the debug log
10: -- store the profile value for logging in a global constant variable
11:

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

8:
9: -- Read the profile option that enables/disables the debug log
10: -- store the profile value for logging in a global constant variable
11:
12: g_fnd_debug CONSTANT VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
13:
14: -- module prefix for logging
15: -- create a module name used for logging
16: