DBA Data[Home] [Help]

APPS.PON_VENDORMERGE_GRP dependencies on FND_PROFILE

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

3:
4: -- Read the profile option that enables/disables the debug log
5: -- store the profile value for logging in a global constant variable
6:
7: g_fnd_debug CONSTANT VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
8: g_pkg_name CONSTANT VARCHAR2(30) := 'PON_VENDORMERGE_GRP';
9: g_api_name CONSTANT VARCHAR2(30) := 'MERGE_VENDOR';
10:
11: /* FORWARD Declaration Start */