DBA Data[Home] [Help]

APPS.PER_PAC_INS dependencies on HR_MULTI_MESSAGE

Line 492: hr_multi_message.end_validation_set;

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

Line 510: hr_multi_message.end_validation_set;

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