DBA Data[Home] [Help]

APPS.OTA_FCE_INS dependencies on HR_MULTI_MESSAGE

Line 319: hr_multi_message.end_validation_set;

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

Line 337: hr_multi_message.end_validation_set;

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