DBA Data[Home] [Help]

APPS.PER_SEU_INS dependencies on HR_MULTI_MESSAGE

Line 312: hr_multi_message.end_validation_set;

308: ,p_rec
309: );
310: --
311: -- Call to raise any errors on multi-message list
312: hr_multi_message.end_validation_set;
313: --
314: -- Call the supporting pre-insert operation
315: --
316: per_seu_ins.pre_insert(p_rec);

Line 330: hr_multi_message.end_validation_set;

326: ,p_rec
327: );
328: --
329: -- Call to raise any errors on multi-message list
330: hr_multi_message.end_validation_set;
331: --
332: hr_utility.set_location('Leaving:'||l_proc, 20);
333: end ins;
334: --