DBA Data[Home] [Help]

APPS.PAY_AMP_INS dependencies on HR_MULTI_MESSAGE

Line 313: hr_multi_message.end_validation_set;

309: (p_rec
310: );
311: --
312: -- Call to raise any errors on multi-message list
313: hr_multi_message.end_validation_set;
314: --
315: -- Call the supporting pre-insert operation
316: --
317: pay_amp_ins.pre_insert(p_rec);

Line 330: hr_multi_message.end_validation_set;

326: (p_rec
327: );
328: --
329: -- Call to raise any errors on multi-message list
330: hr_multi_message.end_validation_set;
331: --
332: hr_utility.set_location('Leaving:'||l_proc, 20);
333: end ins;
334: --