DBA Data[Home] [Help]

APPS.IRC_APA_INS dependencies on HR_MULTI_MESSAGE

Line 299: hr_multi_message.end_validation_set;

295: (p_rec
296: );
297: --
298: -- Call to raise any errors on multi-message list
299: hr_multi_message.end_validation_set;
300: --
301: -- Call the supporting pre-insert operation
302: --
303: irc_apa_ins.pre_insert(p_rec);

Line 316: hr_multi_message.end_validation_set;

312: (p_rec
313: );
314: --
315: -- Call to raise any errors on multi-message list
316: hr_multi_message.end_validation_set;
317: --
318: hr_utility.set_location('Leaving:'||l_proc, 20);
319: end ins;
320: --