DBA Data[Home] [Help]

APPS.OTA_LPT_INS dependencies on HR_MULTI_MESSAGE

Line 264: hr_multi_message.end_validation_set;

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

Line 285: hr_multi_message.end_validation_set;

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