DBA Data[Home] [Help]

APPS.HR_OTT_INS dependencies on HR_MULTI_MESSAGE

Line 244: hr_multi_message.end_validation_set;

240: ,p_option_type_id
241: );
242: --
243: -- Call to raise any errors on multi-message list
244: hr_multi_message.end_validation_set;
245: --
246: -- Call the supporting pre-insert operation
247: --
248: hr_ott_ins.pre_insert

Line 264: hr_multi_message.end_validation_set;

260: (p_rec
261: );
262: --
263: -- Call to raise any errors on multi-message list
264: hr_multi_message.end_validation_set;
265: --
266: hr_utility.set_location('Leaving:'||l_proc, 20);
267: end ins;
268: --