DBA Data[Home] [Help]

APPS.OTA_COI_INS dependencies on HR_MULTI_MESSAGE

Line 309: hr_multi_message.end_validation_set;

305: ,p_rec
306: );
307: --
308: -- Call to raise any errors on multi-message list
309: hr_multi_message.end_validation_set;
310: --
311: -- Call the supporting pre-insert operation
312: --
313: ota_coi_ins.pre_insert(p_rec);

Line 327: hr_multi_message.end_validation_set;

323: ,p_rec
324: );
325: --
326: -- Call to raise any errors on multi-message list
327: hr_multi_message.end_validation_set;
328: --
329: hr_utility.set_location('Leaving:'||l_proc, 20);
330: end ins;
331: --