DBA Data[Home] [Help]

APPS.OTA_FRM_INS dependencies on HR_MULTI_MESSAGE

Line 331: hr_multi_message.end_validation_set;

327: ,p_rec
328: );
329: --
330: -- Call to raise any errors on multi-message list
331: hr_multi_message.end_validation_set;
332: --
333: -- Call the supporting pre-insert operation
334: --
335: ota_frm_ins.pre_insert(p_rec);

Line 349: hr_multi_message.end_validation_set;

345: ,p_rec
346: );
347: --
348: -- Call to raise any errors on multi-message list
349: hr_multi_message.end_validation_set;
350: --
351: hr_utility.set_location('Leaving:'||l_proc, 20);
352: end ins;
353: --