DBA Data[Home] [Help]

APPS.PER_ABT_INS dependencies on HR_MULTI_MESSAGE

Line 243: hr_multi_message.end_validation_set;

239: ,p_absence_attendance_type_id
240: );
241: --
242: -- Call to raise any errors on multi-message list
243: hr_multi_message.end_validation_set;
244: --
245: -- Call the supporting pre-insert operation
246: --
247: per_abt_ins.pre_insert

Line 263: hr_multi_message.end_validation_set;

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