DBA Data[Home] [Help]

APPS.BEN_MANAGE_DEFAULT_ENRT dependencies on FND_MSG_PUB

Line 2115: fnd_msg_pub.initialize;

2111: l_cls_enrt_flag boolean;
2112: l_commit number;
2113: begin
2114: --
2115: fnd_msg_pub.initialize;
2116: hr_utility.set_location ('Entering '|| l_proc,10);
2117:
2118: if UPPER(p_validate) = 'TRUE' then
2119: l_validate := true;

Line 2167: fnd_msg_pub.add;

2163: exception
2164: --
2165: when app_exception.application_exception then --Bug 4387247
2166: hr_utility.set_location ('Application Error in Default_Comp_obj_w.', 88);
2167: fnd_msg_pub.add;
2168: when others then
2169: hr_utility.set_location ('Other Error in Default_Comp_obj_w : '|| sqlerrm , 89);
2170: --Bug 4387247
2171: fnd_message.set_name('PER','FFU10_GENERAL_ORACLE_ERROR');

Line 2173: fnd_msg_pub.add;

2169: hr_utility.set_location ('Other Error in Default_Comp_obj_w : '|| sqlerrm , 89);
2170: --Bug 4387247
2171: fnd_message.set_name('PER','FFU10_GENERAL_ORACLE_ERROR');
2172: fnd_message.set_token('2',substr(sqlerrm,1,200));
2173: fnd_msg_pub.add;
2174: end Default_Comp_obj_w;
2175: --
2176: end ben_manage_default_enrt; -- End of Package.