DBA Data[Home] [Help]

APPS.PAY_TDU_INS dependencies on HR_MULTI_MESSAGE

Line 301: hr_multi_message.end_validation_set;

297: ,p_rec
298: );
299: --
300: -- Call to raise any errors on multi-message list
301: hr_multi_message.end_validation_set;
302: --
303: -- Call the supporting pre-insert operation
304: --
305: pay_tdu_ins.pre_insert(p_rec);

Line 319: hr_multi_message.end_validation_set;

315: ,p_rec
316: );
317: --
318: -- Call to raise any errors on multi-message list
319: hr_multi_message.end_validation_set;
320: --
321: hr_utility.set_location('Leaving:'||l_proc, 20);
322: end ins;
323: --