DBA Data[Home] [Help]

APPS.OTA_CFS_INS dependencies on HR_MULTI_MESSAGE

Line 410: hr_multi_message.end_validation_set;

406: ,p_name
407: );
408: --
409: -- Call to raise any errors on multi-message list
410: hr_multi_message.end_validation_set;
411: --
412: -- Call the supporting pre-insert operation
413: --
414: ota_cfs_ins.pre_insert(p_rec);

Line 428: hr_multi_message.end_validation_set;

424: ,p_rec
425: );
426: --
427: -- Call to raise any errors on multi-message list
428: hr_multi_message.end_validation_set;
429: --
430: hr_utility.set_location('Leaving:'||l_proc, 20);
431: end ins;
432: --