DBA Data[Home] [Help]

APPS.PER_STB_INS dependencies on HR_MULTI_MESSAGE

Line 317: hr_multi_message.end_validation_set;

313: ,p_rec
314: );
315: --
316: -- Call to raise any errors on multi-message list
317: hr_multi_message.end_validation_set;
318: --
319: -- Call the supporting pre-insert operation
320: --
321: per_stb_ins.pre_insert(p_rec);

Line 335: hr_multi_message.end_validation_set;

331: ,p_rec
332: );
333: --
334: -- Call to raise any errors on multi-message list
335: hr_multi_message.end_validation_set;
336: --
337: hr_utility.set_location('Leaving:'||l_proc, 20);
338: end ins;
339: --