DBA Data[Home] [Help]

APPS.BEN_CSO_INS dependencies on HR_MULTI_MESSAGE

Line 519: hr_multi_message.end_validation_set;

515: ,p_rec
516: );
517: --
518: -- Call to raise any errors on multi-message list
519: hr_multi_message.end_validation_set;
520: --
521: -- Call the supporting pre-insert operation
522: --
523: ben_cso_ins.pre_insert(p_rec);

Line 537: hr_multi_message.end_validation_set;

533: ,p_rec
534: );
535: --
536: -- Call to raise any errors on multi-message list
537: hr_multi_message.end_validation_set;
538: --
539: hr_utility.set_location('Leaving:'||l_proc, 20);
540: end ins;
541: --