DBA Data[Home] [Help]

APPS.BEN_WARNINGS dependencies on BENUTILS

Line 181: benutils.write(p_rec => g_warning_rec);

177: g_warning_rec.rep_typ_cd := 'WARNING';
178: g_warning_rec.error_message_code := g_oab_warnings(i).message_name;
179: g_warning_rec.text := fnd_message.get;
180: g_warning_rec.person_id := g_oab_warnings(i).person_id;
181: benutils.write(p_rec => g_warning_rec);
182: end if;
183: end loop;
184: end if;
185: empty_warnings;