DBA Data[Home] [Help]

APPS.PER_PJO_INS dependencies on HR_MULTI_MESSAGE

Line 587: hr_multi_message.end_validation_set;

583: ,p_rec
584: );
585: --
586: -- Call to raise any errors on multi-message list
587: hr_multi_message.end_validation_set;
588: -- Call the supporting pre-insert operation
589: --
590: per_pjo_ins.pre_insert(p_rec);
591: --

Line 604: hr_multi_message.end_validation_set;

600: ,p_rec
601: );
602: --
603: -- Call to raise any errors on multi-message list
604: hr_multi_message.end_validation_set;
605: hr_utility.set_location('Leaving:'||l_proc, 20);
606: end ins;
607: --
608: -- ----------------------------------------------------------------------------