DBA Data[Home] [Help]

APPS.PQH_CRD_INS dependencies on HR_MULTI_MESSAGE

Line 541: hr_multi_message.end_validation_set;

537: ,p_rec
538: );
539: --
540: -- Call to raise any errors on multi-message list
541: hr_multi_message.end_validation_set;
542: --
543: -- Call the supporting pre-insert operation
544: --
545: pqh_crd_ins.pre_insert(p_rec);

Line 559: hr_multi_message.end_validation_set;

555: ,p_rec
556: );
557: --
558: -- Call to raise any errors on multi-message list
559: hr_multi_message.end_validation_set;
560: --
561: hr_utility.set_location('Leaving:'||l_proc, 20);
562: end ins;
563: --