DBA Data[Home] [Help]

APPS.OTA_FOI_INS dependencies on HR_MULTI_MESSAGE

Line 362: hr_multi_message.end_validation_set;

358: ,l_object_type
359: );
360: --
361: -- Call to raise any errors on multi-message list
362: hr_multi_message.end_validation_set;
363: --
364: -- Call the supporting pre-insert operation
365: --
366: ota_foi_ins.pre_insert(p_rec);

Line 380: hr_multi_message.end_validation_set;

376: ,p_rec
377: );
378: --
379: -- Call to raise any errors on multi-message list
380: hr_multi_message.end_validation_set;
381: --
382: hr_utility.set_location('Leaving:'||l_proc, 20);
383: end ins;
384: --