DBA Data[Home] [Help]

APPS.OTA_CME_INS dependencies on HR_MULTI_MESSAGE

Line 403: hr_multi_message.end_validation_set;

399: ,p_rec
400: );
401: --
402: -- Call to raise any errors on multi-message list
403: hr_multi_message.end_validation_set;
404: --
405: -- Call the supporting pre-insert operation
406: --
407: ota_cme_ins.pre_insert(p_rec);

Line 421: hr_multi_message.end_validation_set;

417: ,p_rec
418: );
419: --
420: -- Call to raise any errors on multi-message list
421: hr_multi_message.end_validation_set;
422: --
423: hr_utility.set_location('Leaving:'||l_proc, 20);
424: end ins;
425: --