DBA Data[Home] [Help]

APPS.HR_UCX_INS dependencies on HR_MULTI_MESSAGE

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: -- Call the supporting pre-insert operation
324: --
325: hr_ucx_ins.pre_insert(p_rec);

Line 338: hr_multi_message.end_validation_set;

334: (p_rec
335: );
336: --
337: -- Call to raise any errors on multi-message list
338: hr_multi_message.end_validation_set;
339: --
340: hr_utility.set_location('Leaving:'||l_proc, 20);
341: end ins;
342: --