DBA Data[Home] [Help]

APPS.HR_DTY_INS dependencies on HR_MULTI_MESSAGE

Line 340: hr_multi_message.end_validation_set;

336: ,p_rec
337: );
338: --
339: -- Call to raise any errors on multi-message list
340: hr_multi_message.end_validation_set;
341: --
342: -- Call the supporting pre-insert operation
343: --
344:

Line 360: hr_multi_message.end_validation_set;

356: ,p_rec
357: );
358: --
359: -- Call to raise any errors on multi-message list
360: hr_multi_message.end_validation_set;
361: --
362: hr_utility.set_location('Leaving:'||l_proc, 20);
363: end ins;
364: --