DBA Data[Home] [Help]

APPS.PAY_AMT_INS dependencies on HR_MULTI_MESSAGE

Line 293: hr_multi_message.end_validation_set;

289: (p_rec
290: );
291: --
292: -- Call to raise any errors on multi-message list
293: hr_multi_message.end_validation_set;
294: --
295: -- Call the supporting pre-insert operation
296: --
297: pay_amt_ins.pre_insert(p_rec);

Line 310: hr_multi_message.end_validation_set;

306: (p_rec
307: );
308: --
309: -- Call to raise any errors on multi-message list
310: hr_multi_message.end_validation_set;
311: --
312: hr_utility.set_location('Leaving:'||l_proc, 20);
313: end ins;
314: --