DBA Data[Home] [Help]

APPS.PAY_RFP_INS dependencies on HR_MULTI_MESSAGE

Line 244: hr_multi_message.end_validation_set;

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

Line 261: hr_multi_message.end_validation_set;

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