DBA Data[Home] [Help]

APPS.PER_NAA_INS dependencies on HR_MULTI_MESSAGE

Line 337: hr_multi_message.end_validation_set;

333: (p_rec
334: );
335: --
336: -- Call to raise any errors on multi-message list
337: hr_multi_message.end_validation_set;
338: --
339: -- Call the supporting pre-insert operation
340: --
341: per_naa_ins.pre_insert(p_rec);

Line 354: hr_multi_message.end_validation_set;

350: (p_rec
351: );
352: --
353: -- Call to raise any errors on multi-message list
354: hr_multi_message.end_validation_set;
355: --
356: hr_utility.set_location('Leaving:'||l_proc, 20);
357: end ins;
358: --