DBA Data[Home] [Help]

APPS.OTA_LPM_INS dependencies on HR_MULTI_MESSAGE

Line 416: hr_multi_message.end_validation_set;

412: ,p_rec
413: );
414: --
415: -- Call to raise any errors on multi-message list
416: hr_multi_message.end_validation_set;
417: --
418: -- Call the supporting pre-insert operation
419: --
420: ota_lpm_ins.pre_insert(p_rec);

Line 434: hr_multi_message.end_validation_set;

430: ,p_rec
431: );
432: --
433: -- Call to raise any errors on multi-message list
434: hr_multi_message.end_validation_set;
435: --
436: hr_utility.set_location('Leaving:'||l_proc, 20);
437: end ins;
438: --