DBA Data[Home] [Help]

APPS.PQP_PCV_INS dependencies on HR_MULTI_MESSAGE

Line 533: hr_multi_message.end_validation_set;

529: ,p_rec
530: );
531: --
532: -- Call to raise any errors on multi-message list
533: hr_multi_message.end_validation_set;
534: --
535: -- Call the supporting pre-insert operation
536: --
537: pqp_pcv_ins.pre_insert(p_rec);

Line 551: hr_multi_message.end_validation_set;

547: ,p_rec
548: );
549: --
550: -- Call to raise any errors on multi-message list
551: hr_multi_message.end_validation_set;
552: --
553: hr_utility.set_location('Leaving:'||l_proc, 20);
554: end ins;
555: --