DBA Data[Home] [Help]

APPS.BEN_CPE_INS dependencies on HR_MULTI_MESSAGE

Line 1752: hr_multi_message.end_validation_set;

1748: ,p_rec
1749: );
1750: --
1751: -- Call to raise any errors on multi-message list
1752: hr_multi_message.end_validation_set;
1753: --
1754: -- Call the supporting pre-insert operation
1755: --
1756: ben_cpe_ins.pre_insert(p_rec);

Line 1770: hr_multi_message.end_validation_set;

1766: ,p_rec
1767: );
1768: --
1769: -- Call to raise any errors on multi-message list
1770: hr_multi_message.end_validation_set;
1771: --
1772: hr_utility.set_location('Leaving:'||l_proc, 20);
1773: end ins;
1774: --