DBA Data[Home] [Help]

APPS.OTA_CTL_INS dependencies on HR_MULTI_MESSAGE

Line 276: hr_multi_message.end_validation_set;

272: ,p_certification_id
273: );
274: --
275: -- Call to raise any errors on multi-message list
276: hr_multi_message.end_validation_set;
277: --
278: -- Call the supporting pre-insert operation
279: --
280: ota_ctl_ins.pre_insert

Line 297: hr_multi_message.end_validation_set;

293: ,p_rec
294: );
295: --
296: -- Call to raise any errors on multi-message list
297: hr_multi_message.end_validation_set;
298: --
299: hr_utility.set_location('Leaving:'||l_proc, 20);
300: end ins;
301: --