DBA Data[Home] [Help]

APPS.PER_CAGR_APPLY_RESULTS_PKG dependencies on FND_MESSAGE

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

506: per_cagr_utility_pkg.put_log(' ERROR: '||sqlerrm,1);
507: --
508: -- To show the Dictionary message in the log file
509: --
510: per_cagr_utility_pkg.put_log(' Dictionary Message: '||fnd_message.get,1);
511: --
512: per_cagr_utility_pkg.write_log_file(p_params.cagr_request_id);
513: END;
514:

Line 555: l_warn_message := fnd_message.get_string(

551: per_cagr_utility_pkg.put_log(' WARNING: p_no_managers_warning',1);
552: elsif l_other_manager_warning then
553: per_cagr_utility_pkg.put_log(' WARNING: p_other_manager_warning',1);
554: elsif l_spp_delete_warning then
555: l_warn_message := fnd_message.get_string(
556: APPIN => 'PER'
557: , NAMEIN => 'HR_289826_SPP_DELETE_WARN_API');
558: per_cagr_utility_pkg.put_log(' WARNING: '||l_warn_message,1);
559: end if;

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

563: per_cagr_utility_pkg.put_log(' ERROR: '||sqlerrm,1);
564: --
565: -- To show the Dictionary message in the log file
566: --
567: per_cagr_utility_pkg.put_log(' Dictionary Message: '||fnd_message.get,1);
568: --
569: per_cagr_utility_pkg.write_log_file(p_params.cagr_request_id);
570: END;
571: