DBA Data[Home] [Help]

APPS.HR_OTY_INS dependencies on HR_MULTI_MESSAGE

Line 304: hr_multi_message.end_validation_set;

300: (p_rec
301: );
302: --
303: -- Call to raise any errors on multi-message list
304: hr_multi_message.end_validation_set;
305: --
306: -- Call the supporting pre-insert operation
307: --
308: hr_oty_ins.pre_insert(p_rec);

Line 321: hr_multi_message.end_validation_set;

317: (p_rec
318: );
319: --
320: -- Call to raise any errors on multi-message list
321: hr_multi_message.end_validation_set;
322: --
323: hr_utility.set_location('Leaving:'||l_proc, 20);
324: end ins;
325: --