DBA Data[Home] [Help]

APPS.PER_SOL_INS dependencies on HR_MULTI_MESSAGE

Line 343: hr_multi_message.end_validation_set;

339: ,p_rec
340: );
341: --
342: -- Call to raise any errors on multi-message list
343: hr_multi_message.end_validation_set;
344: --
345: -- Call the supporting pre-insert operation
346: --
347: per_sol_ins.pre_insert(p_rec);

Line 361: hr_multi_message.end_validation_set;

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