DBA Data[Home] [Help]

APPS.AME_ITL_INS dependencies on HR_MULTI_MESSAGE

Line 268: hr_multi_message.end_validation_set;

264: (p_rec
265: );
266: --
267: -- Call to raise any errors on multi-message list
268: hr_multi_message.end_validation_set;
269: --
270: -- Call the supporting pre-insert operation
271: --
272: ame_itl_ins.pre_insert

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: hr_utility.set_location('Leaving:'||l_proc, 20);
291: end ins;
292: --