DBA Data[Home] [Help]

APPS.PER_CEO_INS dependencies on HR_MULTI_MESSAGE

Line 487: hr_multi_message.end_validation_set;

483: );
484: hr_utility.set_location(l_proc, 12);
485: --
486: -- Call to raise any errors on multi-message list
487: hr_multi_message.end_validation_set;
488: --
489: -- Call the supporting pre-insert operation
490: --
491: per_ceo_ins.pre_insert(p_rec);

Line 505: hr_multi_message.end_validation_set;

501: ,p_rec
502: );
503: --
504: -- Call to raise any errors on multi-message list
505: hr_multi_message.end_validation_set;
506: --
507: hr_utility.set_location('Leaving:'||l_proc, 20);
508: end ins;
509: --