DBA Data[Home] [Help]

APPS.PAY_BDT_INS dependencies on HR_MULTI_MESSAGE

Line 250: hr_multi_message.end_validation_set;

246: (p_rec
247: );
248: --
249: -- Call to raise any errors on multi-message list
250: hr_multi_message.end_validation_set;
251: --
252: -- Call the supporting pre-insert operation
253: --
254: pay_bdt_ins.pre_insert

Line 268: hr_multi_message.end_validation_set;

264: --
265: --pay_bdt_ins.post_insert(p_rec);
266: --
267: -- Call to raise any errors on multi-message list
268: hr_multi_message.end_validation_set;
269: --
270: hr_utility.set_location('Leaving:'||l_proc, 20);
271: end ins;
272: --