DBA Data[Home] [Help]

APPS.PER_CAGR_APPLY_RESULTS_PKG dependencies on FND_MESSAGE

Line 502: per_cagr_utility_pkg.put_log(' Dictionary Message: '||fnd_message.get,1);

498: per_cagr_utility_pkg.put_log(' ERROR: '||sqlerrm,1);
499: --
500: -- To show the Dictionary message in the log file
501: --
502: per_cagr_utility_pkg.put_log(' Dictionary Message: '||fnd_message.get,1);
503: --
504: per_cagr_utility_pkg.write_log_file(p_params.cagr_request_id);
505: END;
506:

Line 547: l_warn_message := fnd_message.get_string(

543: per_cagr_utility_pkg.put_log(' WARNING: p_no_managers_warning',1);
544: elsif l_other_manager_warning then
545: per_cagr_utility_pkg.put_log(' WARNING: p_other_manager_warning',1);
546: elsif l_spp_delete_warning then
547: l_warn_message := fnd_message.get_string(
548: APPIN => 'PER'
549: , NAMEIN => 'HR_289826_SPP_DELETE_WARN_API');
550: per_cagr_utility_pkg.put_log(' WARNING: '||l_warn_message,1);
551: end if;

Line 559: per_cagr_utility_pkg.put_log(' Dictionary Message: '||fnd_message.get,1);

555: per_cagr_utility_pkg.put_log(' ERROR: '||sqlerrm,1);
556: --
557: -- To show the Dictionary message in the log file
558: --
559: per_cagr_utility_pkg.put_log(' Dictionary Message: '||fnd_message.get,1);
560: --
561: per_cagr_utility_pkg.write_log_file(p_params.cagr_request_id);
562: END;
563: