DBA Data[Home] [Help]

APPS.OTA_CHA_INS dependencies on HR_MULTI_MESSAGE

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: -- Call the supporting pre-insert operation
330: --
331: ota_cha_ins.pre_insert(p_rec);

Line 345: hr_multi_message.end_validation_set;

341: ,p_rec
342: );
343: --
344: -- Call to raise any errors on multi-message list
345: hr_multi_message.end_validation_set;
346: --
347: hr_utility.set_location('Leaving:'||l_proc, 20);
348: end ins;
349: --