DBA Data[Home] [Help]

APPS.OTA_CPE_INS dependencies on HR_MULTI_MESSAGE

Line 411: hr_multi_message.end_validation_set;

407: ,p_rec
408: );
409: --
410: -- Call to raise any errors on multi-message list
411: hr_multi_message.end_validation_set;
412: --
413: -- Call the supporting pre-insert operation
414: --
415: ota_cpe_ins.pre_insert(p_rec);

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: hr_utility.set_location('Leaving:'||l_proc, 20);
432: end ins;
433: --