DBA Data[Home] [Help]

APPS.BEN_CWG_INS dependencies on HR_MULTI_MESSAGE

Line 449: hr_multi_message.end_validation_set;

445: ,p_rec
446: );
447: --
448: -- Call to raise any errors on multi-message list
449: hr_multi_message.end_validation_set;
450: --
451: -- Call the supporting pre-insert operation
452: --
453: ben_cwg_ins.pre_insert(p_rec);

Line 467: hr_multi_message.end_validation_set;

463: ,p_rec
464: );
465: --
466: -- Call to raise any errors on multi-message list
467: hr_multi_message.end_validation_set;
468: --
469: hr_utility.set_location('Leaving:'||l_proc, 20);
470: end ins;
471: --