DBA Data[Home] [Help]

APPS.OTA_AVT_INS dependencies on HR_MULTI_MESSAGE

Line 263: hr_multi_message.end_validation_set;

259: ,p_activity_version_id
260: );
261: --
262: -- Call to raise any errors on multi-message list
263: hr_multi_message.end_validation_set;
264: --
265: -- Call the supporting pre-insert operation
266: --
267: ota_avt_ins.pre_insert

Line 284: hr_multi_message.end_validation_set;

280: ,p_rec
281: );
282: --
283: -- Call to raise any errors on multi-message list
284: hr_multi_message.end_validation_set;
285: --
286: hr_utility.set_location('Leaving:'||l_proc, 20);
287: end ins;
288: --