DBA Data[Home] [Help]

APPS.JAI_CMN_DEBUG_CONTEXTS_PKG dependencies on FND_GLOBAL

Line 450: select fnd_global.user_id into ln_user_id from dual;

446:
447: debug ('Begin -> INIT');
448: if ln_user_id is null then
449: when_stack_empty;
450: select fnd_global.user_id into ln_user_id from dual;
451: select sys_context('USERENV','SESSIONID') into ln_audsid from dual;
452: end if;
453: debug ('ln_user_id='||ln_user_id||', ln_audsid='||ln_audsid );
454:

Line 466: ||fnd_global.local_chr(10)||'--------------------------------------------------------------------------'

462: lv_default_log_file := lv_default_log_file_prefix || lv_file_suffix;
463: end if;
464: --write log replaced with debug by kunkumar for bug#5915101
465: debug( 'JAI Debug Settings:'
466: ||fnd_global.local_chr(10)||'--------------------------------------------------------------------------'
467: ||fnd_global.local_chr(10)||'Maximum Stack Size='||ln_stack_max_cnt
468: ||fnd_global.local_chr(10)||'Each Log File Open Mode='||lv_each_file_open_mode
469: ||fnd_global.local_chr(10)||'Default Log File Prefix='||lv_default_log_file_prefix
470: ||fnd_global.local_chr(10)||'Default Log File Suffix='||lv_default_log_file_suffix

Line 467: ||fnd_global.local_chr(10)||'Maximum Stack Size='||ln_stack_max_cnt

463: end if;
464: --write log replaced with debug by kunkumar for bug#5915101
465: debug( 'JAI Debug Settings:'
466: ||fnd_global.local_chr(10)||'--------------------------------------------------------------------------'
467: ||fnd_global.local_chr(10)||'Maximum Stack Size='||ln_stack_max_cnt
468: ||fnd_global.local_chr(10)||'Each Log File Open Mode='||lv_each_file_open_mode
469: ||fnd_global.local_chr(10)||'Default Log File Prefix='||lv_default_log_file_prefix
470: ||fnd_global.local_chr(10)||'Default Log File Suffix='||lv_default_log_file_suffix
471: ||fnd_global.local_chr(10)||'Internal Exception Propagation='|| lv_exception_propagation

Line 468: ||fnd_global.local_chr(10)||'Each Log File Open Mode='||lv_each_file_open_mode

464: --write log replaced with debug by kunkumar for bug#5915101
465: debug( 'JAI Debug Settings:'
466: ||fnd_global.local_chr(10)||'--------------------------------------------------------------------------'
467: ||fnd_global.local_chr(10)||'Maximum Stack Size='||ln_stack_max_cnt
468: ||fnd_global.local_chr(10)||'Each Log File Open Mode='||lv_each_file_open_mode
469: ||fnd_global.local_chr(10)||'Default Log File Prefix='||lv_default_log_file_prefix
470: ||fnd_global.local_chr(10)||'Default Log File Suffix='||lv_default_log_file_suffix
471: ||fnd_global.local_chr(10)||'Internal Exception Propagation='|| lv_exception_propagation
472: ||fnd_global.local_chr(10)||'Context Cache Size (max)='||ln_context_cache_size

Line 469: ||fnd_global.local_chr(10)||'Default Log File Prefix='||lv_default_log_file_prefix

465: debug( 'JAI Debug Settings:'
466: ||fnd_global.local_chr(10)||'--------------------------------------------------------------------------'
467: ||fnd_global.local_chr(10)||'Maximum Stack Size='||ln_stack_max_cnt
468: ||fnd_global.local_chr(10)||'Each Log File Open Mode='||lv_each_file_open_mode
469: ||fnd_global.local_chr(10)||'Default Log File Prefix='||lv_default_log_file_prefix
470: ||fnd_global.local_chr(10)||'Default Log File Suffix='||lv_default_log_file_suffix
471: ||fnd_global.local_chr(10)||'Internal Exception Propagation='|| lv_exception_propagation
472: ||fnd_global.local_chr(10)||'Context Cache Size (max)='||ln_context_cache_size
473: ||fnd_global.local_chr(10)||'Internal Debug Logging='||lv_debug

Line 470: ||fnd_global.local_chr(10)||'Default Log File Suffix='||lv_default_log_file_suffix

466: ||fnd_global.local_chr(10)||'--------------------------------------------------------------------------'
467: ||fnd_global.local_chr(10)||'Maximum Stack Size='||ln_stack_max_cnt
468: ||fnd_global.local_chr(10)||'Each Log File Open Mode='||lv_each_file_open_mode
469: ||fnd_global.local_chr(10)||'Default Log File Prefix='||lv_default_log_file_prefix
470: ||fnd_global.local_chr(10)||'Default Log File Suffix='||lv_default_log_file_suffix
471: ||fnd_global.local_chr(10)||'Internal Exception Propagation='|| lv_exception_propagation
472: ||fnd_global.local_chr(10)||'Context Cache Size (max)='||ln_context_cache_size
473: ||fnd_global.local_chr(10)||'Internal Debug Logging='||lv_debug
474: ||fnd_global.local_chr(10)||'Context Printing='||ln_print_each_context

Line 471: ||fnd_global.local_chr(10)||'Internal Exception Propagation='|| lv_exception_propagation

467: ||fnd_global.local_chr(10)||'Maximum Stack Size='||ln_stack_max_cnt
468: ||fnd_global.local_chr(10)||'Each Log File Open Mode='||lv_each_file_open_mode
469: ||fnd_global.local_chr(10)||'Default Log File Prefix='||lv_default_log_file_prefix
470: ||fnd_global.local_chr(10)||'Default Log File Suffix='||lv_default_log_file_suffix
471: ||fnd_global.local_chr(10)||'Internal Exception Propagation='|| lv_exception_propagation
472: ||fnd_global.local_chr(10)||'Context Cache Size (max)='||ln_context_cache_size
473: ||fnd_global.local_chr(10)||'Internal Debug Logging='||lv_debug
474: ||fnd_global.local_chr(10)||'Context Printing='||ln_print_each_context
475: ||fnd_global.local_chr(10)||'--------------------------------------------------------------------------'

Line 472: ||fnd_global.local_chr(10)||'Context Cache Size (max)='||ln_context_cache_size

468: ||fnd_global.local_chr(10)||'Each Log File Open Mode='||lv_each_file_open_mode
469: ||fnd_global.local_chr(10)||'Default Log File Prefix='||lv_default_log_file_prefix
470: ||fnd_global.local_chr(10)||'Default Log File Suffix='||lv_default_log_file_suffix
471: ||fnd_global.local_chr(10)||'Internal Exception Propagation='|| lv_exception_propagation
472: ||fnd_global.local_chr(10)||'Context Cache Size (max)='||ln_context_cache_size
473: ||fnd_global.local_chr(10)||'Internal Debug Logging='||lv_debug
474: ||fnd_global.local_chr(10)||'Context Printing='||ln_print_each_context
475: ||fnd_global.local_chr(10)||'--------------------------------------------------------------------------'
476: );

Line 473: ||fnd_global.local_chr(10)||'Internal Debug Logging='||lv_debug

469: ||fnd_global.local_chr(10)||'Default Log File Prefix='||lv_default_log_file_prefix
470: ||fnd_global.local_chr(10)||'Default Log File Suffix='||lv_default_log_file_suffix
471: ||fnd_global.local_chr(10)||'Internal Exception Propagation='|| lv_exception_propagation
472: ||fnd_global.local_chr(10)||'Context Cache Size (max)='||ln_context_cache_size
473: ||fnd_global.local_chr(10)||'Internal Debug Logging='||lv_debug
474: ||fnd_global.local_chr(10)||'Context Printing='||ln_print_each_context
475: ||fnd_global.local_chr(10)||'--------------------------------------------------------------------------'
476: );
477: if lv_debug = jai_constants.yes then

Line 474: ||fnd_global.local_chr(10)||'Context Printing='||ln_print_each_context

470: ||fnd_global.local_chr(10)||'Default Log File Suffix='||lv_default_log_file_suffix
471: ||fnd_global.local_chr(10)||'Internal Exception Propagation='|| lv_exception_propagation
472: ||fnd_global.local_chr(10)||'Context Cache Size (max)='||ln_context_cache_size
473: ||fnd_global.local_chr(10)||'Internal Debug Logging='||lv_debug
474: ||fnd_global.local_chr(10)||'Context Printing='||ln_print_each_context
475: ||fnd_global.local_chr(10)||'--------------------------------------------------------------------------'
476: );
477: if lv_debug = jai_constants.yes then
478: write_log(pv_log_msg=>'NOTE: Internal logging is enabled. Lines marked with "(#)" are internal log messages. To disable internal logging

Line 475: ||fnd_global.local_chr(10)||'--------------------------------------------------------------------------'

471: ||fnd_global.local_chr(10)||'Internal Exception Propagation='|| lv_exception_propagation
472: ||fnd_global.local_chr(10)||'Context Cache Size (max)='||ln_context_cache_size
473: ||fnd_global.local_chr(10)||'Internal Debug Logging='||lv_debug
474: ||fnd_global.local_chr(10)||'Context Printing='||ln_print_each_context
475: ||fnd_global.local_chr(10)||'--------------------------------------------------------------------------'
476: );
477: if lv_debug = jai_constants.yes then
478: write_log(pv_log_msg=>'NOTE: Internal logging is enabled. Lines marked with "(#)" are internal log messages. To disable internal logging
479: set private variable jai_cmn_debug_contexts_pkg.lv_debug=''N'''