DBA Data[Home] [Help]

APPS.OTA_ENT_INS dependencies on HR_MULTI_MESSAGE

Line 247: hr_multi_message.end_validation_set;

243: ,p_event_id
244: );
245: --
246: -- Call to raise any errors on multi-message list
247: hr_multi_message.end_validation_set;
248: --
249: -- Call the supporting pre-insert operation
250: --
251: ota_ent_ins.pre_insert

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