DBA Data[Home] [Help]

APPS.OTA_ANC_INS dependencies on HR_MULTI_MESSAGE

Line 399: hr_multi_message.end_validation_set;

395: ,p_rec
396: );
397: --
398: -- Call to raise any errors on multi-message list
399: hr_multi_message.end_validation_set;
400: --
401: -- Call the supporting pre-insert operation
402: --
403: ota_anc_ins.pre_insert(p_rec);

Line 417: hr_multi_message.end_validation_set;

413: ,p_rec
414: );
415: --
416: -- Call to raise any errors on multi-message list
417: hr_multi_message.end_validation_set;
418: --
419: hr_utility.set_location('Leaving:'||l_proc, 20);
420: end ins;
421: --