DBA Data[Home] [Help]

APPS.PER_SOS_INS dependencies on HR_MULTI_MESSAGE

Line 316: hr_multi_message.end_validation_set;

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

Line 333: hr_multi_message.end_validation_set;

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