DBA Data[Home] [Help]

APPS.PQH_BPL_INS dependencies on HR_MULTI_MESSAGE

Line 334: hr_multi_message.end_validation_set;

330: ,p_rec
331: );
332: --
333: -- Call to raise any errors on multi-message list
334: hr_multi_message.end_validation_set;
335: --
336: -- Call the supporting pre-insert operation
337: --
338: pqh_bpl_ins.pre_insert(p_rec);

Line 352: hr_multi_message.end_validation_set;

348: ,p_rec
349: );
350: --
351: -- Call to raise any errors on multi-message list
352: hr_multi_message.end_validation_set;
353: --
354: hr_utility.set_location('Leaving:'||l_proc, 20);
355: end ins;
356: --