DBA Data[Home] [Help]

APPS.FV_FACTS2_DERIVE_BALANCES dependencies on FND_MESSAGE

Line 435: p_error_desc := fnd_message.get;

431: fv_utility.debug_mesg(fnd_log.level_statement, l_module_name,'p_acct_segment ='||p_acct_segment);
432: END IF;
433: IF (NOT l_retval) THEN
434: p_error_code := g_FAILURE;
435: p_error_desc := fnd_message.get;
436: l_location := l_module_name||'call_fnd_flex_apis.get_segment_column';
437: fv_utility.log_mesg(fnd_log.level_unexpected, l_location,l_location) ;
438: fv_utility.log_mesg(fnd_log.level_unexpected, l_location,p_error_desc) ;
439: END IF;

Line 463: p_error_desc := fnd_message.get;

459: fv_utility.debug_mesg(fnd_log.level_statement, l_module_name,'p_acct_segment ='||p_acct_segment);
460: END IF;
461: IF (NOT l_retval) THEN
462: p_error_code := g_FAILURE;
463: p_error_desc := fnd_message.get;
464: l_location := l_module_name||'call_fnd_flex_apis.get_segment_column';
465: fv_utility.log_mesg(fnd_log.level_unexpected, l_location,l_location) ;
466: fv_utility.log_mesg(fnd_log.level_unexpected, l_location,p_error_desc) ;
467: END IF;