DBA Data[Home] [Help]

APPS.FND_GLOBAL dependencies on FND_CONTEXT

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

415: -- only set syscontext values that exist in z_syscontext and are 'true'.
416: if z_syscontext.exists(name) and z_syscontext(name) then
417:
418: if is_debugging then
419: debugger('. fnd_context.init');
420: end if;
421:
422: fnd_context.init(FND_CONST.FND, name, value);
423: end if;

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

418: if is_debugging then
419: debugger('. fnd_context.init');
420: end if;
421:
422: fnd_context.init(FND_CONST.FND, name, value);
423: end if;
424:
425: return true;
426: