DBA Data[Home] [Help]

APPS.PQH_VLD_INS dependencies on HR_MULTI_MESSAGE

Line 363: hr_multi_message.end_validation_set;

359: ,p_rec
360: );
361: --
362: -- Call to raise any errors on multi-message list
363: hr_multi_message.end_validation_set;
364: --
365: -- Call the supporting pre-insert operation
366: --
367: pqh_vld_ins.pre_insert(p_rec);

Line 381: hr_multi_message.end_validation_set;

377: ,p_rec
378: );
379: --
380: -- Call to raise any errors on multi-message list
381: hr_multi_message.end_validation_set;
382: --
383: hr_utility.set_location('Leaving:'||l_proc, 20);
384: end ins;
385: --