DBA Data[Home] [Help]

APPS.PAY_TFU_INS dependencies on HR_MULTI_MESSAGE

Line 288: hr_multi_message.end_validation_set;

284: ,p_rec
285: );
286: --
287: -- Call to raise any errors on multi-message list
288: hr_multi_message.end_validation_set;
289: --
290: -- Call the supporting pre-insert operation
291: --
292: pay_tfu_ins.pre_insert(p_rec);

Line 306: hr_multi_message.end_validation_set;

302: ,p_rec
303: );
304: --
305: -- Call to raise any errors on multi-message list
306: hr_multi_message.end_validation_set;
307: --
308: hr_utility.set_location('Leaving:'||l_proc, 20);
309: end ins;
310: --