DBA Data[Home] [Help]

APPS.BEN_PRTT_ENRT_RESULT_API dependencies on FND_MSG_PUB

Line 12378: fnd_msg_pub.initialize;

12374: ,p_mode in varchar2 default null)
12375: is
12376: l_proc varchar2(72) := g_package||'delete_enrollment_w';
12377: begin
12378: fnd_msg_pub.initialize;
12379:
12380: if g_debug then
12381: hr_utility.set_location('Entering:'||l_proc, 5);
12382: end if;

Line 12408: fnd_msg_pub.add;

12404: exception
12405: --
12406: when app_exception.application_exception then --Bug 4387247
12407: hr_utility.set_location ('Application Error in delete_enrollment_w.', 88);
12408: fnd_msg_pub.add;
12409: when others then
12410: if g_debug then
12411: hr_utility.set_location('Exception:'||l_proc, 100);
12412: end if;

Line 12417: fnd_msg_pub.add;

12413: hr_utility.set_location ('Other Error in delete_enrollment_w : '|| sqlerrm , 89);
12414: --Bug 4387247
12415: fnd_message.set_name('PER','FFU10_GENERAL_ORACLE_ERROR');
12416: fnd_message.set_token('2',substr(sqlerrm,1,200));
12417: fnd_msg_pub.add;
12418: --
12419: end delete_enrollment_w;
12420: --
12421: