DBA Data[Home] [Help]

APPS.OTA_LME_INS dependencies on HR_MULTI_MESSAGE

Line 459: hr_multi_message.end_validation_set;

455: ,p_rec
456: );
457: --
458: -- Call to raise any errors on multi-message list
459: hr_multi_message.end_validation_set;
460: --
461: -- Call the supporting pre-insert operation
462: --
463: ota_lme_ins.pre_insert(p_rec);

Line 477: hr_multi_message.end_validation_set;

473: ,p_rec
474: );
475: --
476: -- Call to raise any errors on multi-message list
477: hr_multi_message.end_validation_set;
478: --
479: hr_utility.set_location('Leaving:'||l_proc, 20);
480: end ins;
481: --