DBA Data[Home] [Help]

APPS.OTA_CPR_INS dependencies on HR_MULTI_MESSAGE

Line 337: hr_multi_message.end_validation_set;

333: ,p_rec
334: );
335: --
336: -- Call to raise any errors on multi-message list
337: hr_multi_message.end_validation_set;
338: --
339: -- Call the supporting pre-insert operation
340: --
341: ota_cpr_ins.pre_insert(p_rec);

Line 355: hr_multi_message.end_validation_set;

351: ,p_rec
352: );
353: --
354: -- Call to raise any errors on multi-message list
355: hr_multi_message.end_validation_set;
356: --
357: hr_utility.set_location('Leaving:'||l_proc, 20);
358: end ins;
359: --