DBA Data[Home] [Help]

APPS.PQH_LVL_INS dependencies on HR_MULTI_MESSAGE

Line 315: hr_multi_message.end_validation_set;

311: ,p_rec
312: );
313: --
314: -- Call to raise any errors on multi-message list
315: hr_multi_message.end_validation_set;
316: --
317: -- Call the supporting pre-insert operation
318: --
319: pqh_lvl_ins.pre_insert(p_rec);

Line 333: hr_multi_message.end_validation_set;

329: ,p_rec
330: );
331: --
332: -- Call to raise any errors on multi-message list
333: hr_multi_message.end_validation_set;
334: --
335: hr_utility.set_location('Leaving:'||l_proc, 20);
336: end ins;
337: --