DBA Data[Home] [Help]

APPS.PQH_CPD_INS dependencies on HR_MULTI_MESSAGE

Line 536: hr_multi_message.end_validation_set;

532: ,p_rec
533: );
534: --
535: -- Call to raise any errors on multi-message list
536: hr_multi_message.end_validation_set;
537: --
538: -- Call the supporting pre-insert operation
539: --
540: pqh_cpd_ins.pre_insert(p_rec);

Line 554: hr_multi_message.end_validation_set;

550: ,p_rec
551: );
552: --
553: -- Call to raise any errors on multi-message list
554: hr_multi_message.end_validation_set;
555: --
556: if g_debug then
557: hr_utility.set_location('Leaving:'||l_proc, 20);
558: end if;