DBA Data[Home] [Help]

APPS.PER_ENT_INS dependencies on HR_MULTI_MESSAGE

Line 359: hr_multi_message.end_validation_set;

355: ,p_rec
356: );
357: --
358: -- Call to raise any errors on multi-message list
359: hr_multi_message.end_validation_set;
360: --
361: -- Call the supporting pre-insert operation
362: --
363: per_ent_ins.pre_insert(p_rec);

Line 377: hr_multi_message.end_validation_set;

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