DBA Data[Home] [Help]

APPS.OTA_FTU_INS dependencies on HR_MULTI_MESSAGE

Line 379: hr_multi_message.end_validation_set;

375: ,l_contact_id
376: );
377: --
378: -- Call to raise any errors on multi-message list
379: hr_multi_message.end_validation_set;
380: --
381: -- Call the supporting pre-insert operation
382: --
383: ota_ftu_ins.pre_insert(p_rec);

Line 397: hr_multi_message.end_validation_set;

393: ,p_rec
394: );
395: --
396: -- Call to raise any errors on multi-message list
397: hr_multi_message.end_validation_set;
398: --
399: hr_utility.set_location('Leaving:'||l_proc, 20);
400: end ins;
401: --