DBA Data[Home] [Help]

APPS.OTA_OFF_INS dependencies on HR_MULTI_MESSAGE

Line 490: hr_multi_message.end_validation_set;

486: ,p_name
487: );
488: --
489: -- Call to raise any errors on multi-message list
490: hr_multi_message.end_validation_set;
491: --
492: -- Call the supporting pre-insert operation
493: --
494: ota_off_ins.pre_insert(p_rec);

Line 508: hr_multi_message.end_validation_set;

504: ,p_rec
505: );
506: --
507: -- Call to raise any errors on multi-message list
508: hr_multi_message.end_validation_set;
509: --
510: hr_utility.set_location('Leaving:'||l_proc, 20);
511: end ins;
512: --