DBA Data[Home] [Help]

APPS.PAY_PTT_INS dependencies on HR_MULTI_MESSAGE

Line 246: hr_multi_message.end_validation_set;

242: (p_rec
243: );
244: --
245: -- Call to raise any errors on multi-message list
246: hr_multi_message.end_validation_set;
247: --
248: -- Call the supporting pre-insert operation
249: --
250: pay_ptt_ins.pre_insert

Line 264: hr_multi_message.end_validation_set;

260: --
261: -- pay_ptt_ins.post_insert(p_rec);
262: --
263: -- Call to raise any errors on multi-message list
264: hr_multi_message.end_validation_set;
265: --
266: hr_utility.set_location('Leaving:'||l_proc, 20);
267: end ins;
268: --