DBA Data[Home] [Help]

APPS.OTA_CTU_INS dependencies on HR_MULTI_MESSAGE

Line 426: hr_multi_message.end_validation_set;

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

Line 444: hr_multi_message.end_validation_set;

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