DBA Data[Home] [Help]

APPS.PAY_IVT_INS dependencies on HR_MULTI_MESSAGE

Line 242: hr_multi_message.end_validation_set;

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

Line 262: hr_multi_message.end_validation_set;

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