DBA Data[Home] [Help]

APPS.HR_OPT_INS dependencies on HR_MULTI_MESSAGE

Line 336: hr_multi_message.end_validation_set;

332: ,p_rec
333: );
334: --
335: -- Call to raise any errors on multi-message list
336: hr_multi_message.end_validation_set;
337: --
338: -- Call the supporting pre-insert operation
339: --
340: hr_opt_ins.pre_insert(p_rec);

Line 354: hr_multi_message.end_validation_set;

350: ,p_rec
351: );
352: --
353: -- Call to raise any errors on multi-message list
354: hr_multi_message.end_validation_set;
355: --
356: hr_utility.set_location('Leaving:'||l_proc, 20);
357: end ins;
358: --