DBA Data[Home] [Help]

APPS.OTA_CTU_INS dependencies on HR_MULTI_MESSAGE

Line 424: hr_multi_message.end_validation_set;

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

Line 442: hr_multi_message.end_validation_set;

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