DBA Data[Home] [Help]

APPS.OTA_CRE_INS dependencies on HR_MULTI_MESSAGE

Line 429: hr_multi_message.end_validation_set;

425: ,p_rec
426: );
427: --
428: -- Call to raise any errors on multi-message list
429: hr_multi_message.end_validation_set;
430: --
431: -- Call the supporting pre-insert operation
432: --
433: ota_cre_ins.pre_insert(p_rec);

Line 447: hr_multi_message.end_validation_set;

443: ,p_rec
444: );
445: --
446: -- Call to raise any errors on multi-message list
447: hr_multi_message.end_validation_set;
448: --
449: hr_utility.set_location('Leaving:'||l_proc, 20);
450: end ins;
451: --