DBA Data[Home] [Help]

APPS.OTA_LME_INS dependencies on HR_MULTI_MESSAGE

Line 455: hr_multi_message.end_validation_set;

451: ,p_rec
452: );
453: --
454: -- Call to raise any errors on multi-message list
455: hr_multi_message.end_validation_set;
456: --
457: -- Call the supporting pre-insert operation
458: --
459: ota_lme_ins.pre_insert(p_rec);

Line 473: hr_multi_message.end_validation_set;

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