DBA Data[Home] [Help]

APPS.OTA_FNS_INS dependencies on HR_MULTI_MESSAGE

Line 352: hr_multi_message.end_validation_set;

348: ,l_contact_id
349: );
350: --
351: -- Call to raise any errors on multi-message list
352: hr_multi_message.end_validation_set;
353: --
354: -- Call the supporting pre-insert operation
355: --
356: ota_fns_ins.pre_insert(p_rec);

Line 370: hr_multi_message.end_validation_set;

366: ,p_rec
367: );
368: --
369: -- Call to raise any errors on multi-message list
370: hr_multi_message.end_validation_set;
371: --
372: hr_utility.set_location('Leaving:'||l_proc, 20);
373: end ins;
374: --