DBA Data[Home] [Help]

APPS.PQH_LOS_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: --
589: -- Call the supporting pre-insert operation
590: --
591: pqh_los_ins.pre_insert(p_rec);

Line 605: hr_multi_message.end_validation_set;

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