DBA Data[Home] [Help]

APPS.OTA_LPE_INS dependencies on HR_MULTI_MESSAGE

Line 471: hr_multi_message.end_validation_set;

467: ,p_rec
468: );
469: --
470: -- Call to raise any errors on multi-message list
471: hr_multi_message.end_validation_set;
472: --
473: -- Call the supporting pre-insert operation
474: --
475: ota_lpe_ins.pre_insert(p_rec);

Line 489: hr_multi_message.end_validation_set;

485: ,p_rec
486: );
487: --
488: -- Call to raise any errors on multi-message list
489: hr_multi_message.end_validation_set;
490: --
491: hr_utility.set_location('Leaving:'||l_proc, 20);
492: end ins;
493: --