DBA Data[Home] [Help]

APPS.BEN_PSG_INS dependencies on HR_MULTI_MESSAGE

Line 307: hr_multi_message.end_validation_set;

303: (p_rec
304: );
305: --
306: -- Call to raise any errors on multi-message list
307: hr_multi_message.end_validation_set;
308: --
309: -- Call the supporting pre-insert operation
310: --
311: ben_psg_ins.pre_insert(p_rec);

Line 324: hr_multi_message.end_validation_set;

320: (p_rec
321: );
322: --
323: -- Call to raise any errors on multi-message list
324: hr_multi_message.end_validation_set;
325: --
326: hr_utility.set_location('Leaving:'||l_proc, 20);
327: end ins;
328: --