DBA Data[Home] [Help]

APPS.BEN_MANAGE_DEFAULT_ENRT dependencies on FND_MSG_PUB

Line 2264: fnd_msg_pub.initialize;

2260: l_cls_enrt_flag boolean;
2261: l_commit number;
2262: begin
2263: --
2264: fnd_msg_pub.initialize;
2265: hr_utility.set_location ('Entering '|| l_proc,10);
2266:
2267: if UPPER(p_validate) = 'TRUE' then
2268: l_validate := true;

Line 2316: fnd_msg_pub.add;

2312: exception
2313: --
2314: when app_exception.application_exception then --Bug 4387247
2315: hr_utility.set_location ('Application Error in Default_Comp_obj_w.', 88);
2316: fnd_msg_pub.add;
2317: when others then
2318: hr_utility.set_location ('Other Error in Default_Comp_obj_w : '|| sqlerrm , 89);
2319: --Bug 4387247
2320: fnd_message.set_name('PER','FFU10_GENERAL_ORACLE_ERROR');

Line 2322: fnd_msg_pub.add;

2318: hr_utility.set_location ('Other Error in Default_Comp_obj_w : '|| sqlerrm , 89);
2319: --Bug 4387247
2320: fnd_message.set_name('PER','FFU10_GENERAL_ORACLE_ERROR');
2321: fnd_message.set_token('2',substr(sqlerrm,1,200));
2322: fnd_msg_pub.add;
2323: end Default_Comp_obj_w;
2324: --
2325: end ben_manage_default_enrt; -- End of Package.