DBA Data[Home] [Help]

APPS.PON_CP_INTRFAC_TO_TRANSACTION dependencies on FND_PROFILE

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

40: -- This is the max previous round line plus one.
41: g_max_prev_line_num_plus_one number;
42:
43: -- These will be used for debugging the code
44: g_fnd_debug CONSTANT VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
45: g_pkg_name CONSTANT VARCHAR2(30) := 'PON_CP_INTRFAC_TO_TRANSACTION';
46: g_module_prefix CONSTANT VARCHAR2(50) := 'pon.plsql.' || g_pkg_name || '.';
47: /** ============= End declaration of global variables =========*/
48: