DBA Data[Home] [Help]

APPS.OTA_RUD_INS dependencies on HR_MULTI_MESSAGE

Line 427: hr_multi_message.end_validation_set;

423: ,p_rec
424: );
425: --
426: -- Call to raise any errors on multi-message list
427: hr_multi_message.end_validation_set;
428: --
429: -- Call the supporting pre-insert operation
430: --
431: ota_rud_ins.pre_insert(p_rec);

Line 445: hr_multi_message.end_validation_set;

441: ,p_rec
442: );
443: --
444: -- Call to raise any errors on multi-message list
445: hr_multi_message.end_validation_set;
446: --
447: hr_utility.set_location('Leaving:'||l_proc, 20);
448: end ins;
449: --