DBA Data[Home] [Help]

APPS.FND_GLOBAL dependencies on FND_CONTEXT

Line 454: debugger('. fnd_context.init');

450: -- only set syscontext values that exist in z_syscontext and are 'true'.
451: if z_syscontext.exists(name) and z_syscontext(name) then
452:
453: if is_debugging then
454: debugger('. fnd_context.init');
455: end if;
456:
457: fnd_context.init(FND_CONST.FND, name, value);
458: end if;

Line 457: fnd_context.init(FND_CONST.FND, name, value);

453: if is_debugging then
454: debugger('. fnd_context.init');
455: end if;
456:
457: fnd_context.init(FND_CONST.FND, name, value);
458: end if;
459:
460: return true;
461: