DBA Data[Home] [Help]

APPS.OTA_SRT_INS dependencies on HR_MULTI_MESSAGE

Line 251: hr_multi_message.end_validation_set;

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

Line 272: hr_multi_message.end_validation_set;

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