DBA Data[Home] [Help]

APPS.PAY_BAD_INS dependencies on HR_MULTI_MESSAGE

Line 368: hr_multi_message.end_validation_set;

364: ,p_rec
365: );
366: --
367: -- Call to raise any errors on multi-message list
368: hr_multi_message.end_validation_set;
369: --
370: -- Call the supporting pre-insert operation
371: --
372: pay_bad_ins.pre_insert(p_rec);

Line 386: hr_multi_message.end_validation_set;

382: ,p_rec
383: );
384: --
385: -- Call to raise any errors on multi-message list
386: hr_multi_message.end_validation_set;
387: --
388: hr_utility.set_location('Leaving:'||l_proc, 20);
389: end ins;
390: --