DBA Data[Home] [Help]

APPS.PER_CPO_INS dependencies on HR_MULTI_MESSAGE

Line 493: hr_multi_message.end_validation_set;

489: ,p_rec
490: );
491: --
492: -- Call to raise any errors on multi-message list
493: hr_multi_message.end_validation_set;
494: --
495: -- Call the supporting pre-insert operation
496: --
497: per_cpo_ins.pre_insert(p_rec);

Line 511: hr_multi_message.end_validation_set;

507: ,p_rec
508: );
509: --
510: -- Call to raise any errors on multi-message list
511: hr_multi_message.end_validation_set;
512: --
513: hr_utility.set_location('Leaving:'||l_proc, 20);
514: end ins;
515: --