DBA Data[Home] [Help]

APPS.OTA_CCI_INS dependencies on HR_MULTI_MESSAGE

Line 425: hr_multi_message.end_validation_set;

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

Line 443: hr_multi_message.end_validation_set;

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