DBA Data[Home] [Help]

APPS.OTA_LPS_INS dependencies on HR_MULTI_MESSAGE

Line 446: hr_multi_message.end_validation_set;

442: ,p_rec
443: );
444: --
445: -- Call to raise any errors on multi-message list
446: hr_multi_message.end_validation_set;
447: --
448: -- Call the supporting pre-insert operation
449: --
450: ota_lps_ins.pre_insert(p_rec);

Line 464: hr_multi_message.end_validation_set;

460: ,p_rec
461: );
462: --
463: -- Call to raise any errors on multi-message list
464: hr_multi_message.end_validation_set;
465: --
466: hr_utility.set_location('Leaving:'||l_proc, 20);
467: end ins;
468: --