DBA Data[Home] [Help]

APPS.OTA_CUS_INS dependencies on HR_MULTI_MESSAGE

Line 345: hr_multi_message.end_validation_set;

341: ,p_rec
342: );
343: --
344: -- Call to raise any errors on multi-message list
345: hr_multi_message.end_validation_set;
346: --
347: -- Call the supporting pre-insert operation
348: --
349: ota_cus_ins.pre_insert(p_rec);

Line 363: hr_multi_message.end_validation_set;

359: ,p_rec
360: );
361: --
362: -- Call to raise any errors on multi-message list
363: hr_multi_message.end_validation_set;
364: --
365: hr_utility.set_location('Leaving:'||l_proc, 20);
366: end ins;
367: --