DBA Data[Home] [Help]

APPS.EDW_GL_ACCT_M_T dependencies on FND_PROFILE

Line 33: IF (fnd_profile.value('EDW_DEBUG') = 'Y') THEN

29:
30:
31: PROCEDURE INITDEBUG IS
32: BEGIN
33: IF (fnd_profile.value('EDW_DEBUG') = 'Y') THEN
34: g_debug := true;
35: edw_log.put_line('debug mode true');
36: ELSE
37: g_debug := false;