DBA Data[Home] [Help]

APPS.BEN_WARNINGS dependencies on BEN_ONLINE_WARNINGS

Line 202: Insert into ben_online_warnings(session_id, message_text)

198:
199: if (g_oab_warnings.first) is not null then
200: for i in g_oab_warnings.first..g_oab_warnings.last loop
201: set_warning(p_index=> i);
202: Insert into ben_online_warnings(session_id, message_text)
203: values (p_session_id, fnd_message.get);
204: end loop;
205: end if;
206: empty_warnings;