DBA Data[Home] [Help]

APPS.FV_SF224_TRANSACTIONS dependencies on FND_MESSAGE

Line 1663: p_error_desc := fnd_message.get;

1659: fv_utility.debug_mesg(fnd_log.level_statement, l_module_name,'p_acct_segment ='||p_acct_segment);
1660: END IF;
1661: IF (NOT l_retval) THEN
1662: p_error_code := g_FAILURE;
1663: p_error_desc := fnd_message.get;
1664: l_location := l_module_name||'call_fnd_flex_apis.get_segment_column';
1665: fv_utility.log_mesg(fnd_log.level_unexpected, l_location,l_location) ;
1666: fv_utility.log_mesg(fnd_log.level_unexpected, l_location,p_error_desc) ;
1667: END IF;

Line 1691: p_error_desc := fnd_message.get;

1687: fv_utility.debug_mesg(fnd_log.level_statement, l_module_name,'p_acct_segment ='||p_acct_segment);
1688: END IF;
1689: IF (NOT l_retval) THEN
1690: p_error_code := g_FAILURE;
1691: p_error_desc := fnd_message.get;
1692: l_location := l_module_name||'call_fnd_flex_apis.get_segment_column';
1693: fv_utility.log_mesg(fnd_log.level_unexpected, l_location,l_location) ;
1694: fv_utility.log_mesg(fnd_log.level_unexpected, l_location,p_error_desc) ;
1695: END IF;