DBA Data[Home] [Help]

APPS.PER_WBT_INS dependencies on HR_MULTI_MESSAGE

Line 246: hr_multi_message.end_validation_set;

242: (p_rec
243: );
244: --
245: -- Call to raise any errors on multi-message list
246: hr_multi_message.end_validation_set;
247: --
248: -- Call the supporting pre-insert operation
249: --
250: per_wbt_ins.pre_insert

Line 266: hr_multi_message.end_validation_set;

262: (p_rec
263: );
264: --
265: -- Call to raise any errors on multi-message list
266: hr_multi_message.end_validation_set;
267: --
268: hr_utility.set_location('Leaving:'||l_proc, 20);
269: end ins;
270: --