DBA Data[Home] [Help]

APPS.PQH_VLP_INS dependencies on HR_MULTI_MESSAGE

Line 347: hr_multi_message.end_validation_set;

343: ,p_rec
344: );
345: --
346: -- Call to raise any errors on multi-message list
347: hr_multi_message.end_validation_set;
348: --
349: -- Call the supporting pre-insert operation
350: --
351: pqh_vlp_ins.pre_insert(p_rec);

Line 365: hr_multi_message.end_validation_set;

361: ,p_rec
362: );
363: --
364: -- Call to raise any errors on multi-message list
365: hr_multi_message.end_validation_set;
366: --
367: hr_utility.set_location('Leaving:'||l_proc, 20);
368: end ins;
369: --