DBA Data[Home] [Help]

APPS.PER_CPL_INS dependencies on HR_MULTI_MESSAGE

Line 258: hr_multi_message.end_validation_set;

254: ,p_rec
255: );
256: --
257: -- Call to raise any errors on multi-message list
258: hr_multi_message.end_validation_set;
259: --
260: -- Call the supporting pre-insert operation
261: --
262: per_cpl_ins.pre_insert

Line 279: hr_multi_message.end_validation_set;

275: ,p_rec
276: );
277: --
278: -- Call to raise any errors on multi-message list
279: hr_multi_message.end_validation_set;
280: --
281: hr_utility.set_location('Leaving:'||l_proc, 20);
282: end ins;
283: --