DBA Data[Home] [Help]

APPS.BEN_PRTT_ENRT_RESULT_API dependencies on FND_MSG_PUB

Line 10779: fnd_msg_pub.initialize;

10775: ,p_mode in varchar2 default null)
10776: is
10777: l_proc varchar2(72) := g_package||'delete_enrollment_w';
10778: begin
10779: fnd_msg_pub.initialize;
10780:
10781: if g_debug then
10782: hr_utility.set_location('Entering:'||l_proc, 5);
10783: end if;

Line 10809: fnd_msg_pub.add;

10805: exception
10806: --
10807: when app_exception.application_exception then --Bug 4387247
10808: hr_utility.set_location ('Application Error in delete_enrollment_w.', 88);
10809: fnd_msg_pub.add;
10810: when others then
10811: if g_debug then
10812: hr_utility.set_location('Exception:'||l_proc, 100);
10813: end if;

Line 10818: fnd_msg_pub.add;

10814: hr_utility.set_location ('Other Error in delete_enrollment_w : '|| sqlerrm , 89);
10815: --Bug 4387247
10816: fnd_message.set_name('PER','FFU10_GENERAL_ORACLE_ERROR');
10817: fnd_message.set_token('2',substr(sqlerrm,1,200));
10818: fnd_msg_pub.add;
10819: --
10820: end delete_enrollment_w;
10821: --
10822: