DBA Data[Home] [Help]

APPS.OTA_LST_INS dependencies on HR_MULTI_MESSAGE

Line 252: hr_multi_message.end_validation_set;

248: ,p_learning_path_section_id
249: );
250: --
251: -- Call to raise any errors on multi-message list
252: hr_multi_message.end_validation_set;
253: --
254: -- Call the supporting pre-insert operation
255: --
256: ota_lst_ins.pre_insert

Line 273: hr_multi_message.end_validation_set;

269: ,p_rec
270: );
271: --
272: -- Call to raise any errors on multi-message list
273: hr_multi_message.end_validation_set;
274: --
275: hr_utility.set_location('Leaving:'||l_proc, 20);
276: end ins;
277: --