DBA Data[Home] [Help]

APPS.FV_SF224_TRANSACTIONS dependencies on FND_MESSAGE

Line 1684: p_error_desc := fnd_message.get;

1680: fv_utility.debug_mesg(fnd_log.level_statement, l_module_name,'p_acct_segment ='||p_acct_segment);
1681: END IF;
1682: IF (NOT l_retval) THEN
1683: p_error_code := g_FAILURE;
1684: p_error_desc := fnd_message.get;
1685: l_location := l_module_name||'call_fnd_flex_apis.get_segment_column';
1686: fv_utility.log_mesg(fnd_log.level_unexpected, l_location,l_location) ;
1687: fv_utility.log_mesg(fnd_log.level_unexpected, l_location,p_error_desc) ;
1688: END IF;

Line 1712: p_error_desc := fnd_message.get;

1708: fv_utility.debug_mesg(fnd_log.level_statement, l_module_name,'p_acct_segment ='||p_acct_segment);
1709: END IF;
1710: IF (NOT l_retval) THEN
1711: p_error_code := g_FAILURE;
1712: p_error_desc := fnd_message.get;
1713: l_location := l_module_name||'call_fnd_flex_apis.get_segment_column';
1714: fv_utility.log_mesg(fnd_log.level_unexpected, l_location,l_location) ;
1715: fv_utility.log_mesg(fnd_log.level_unexpected, l_location,p_error_desc) ;
1716: END IF;