DBA Data[Home] [Help]

APPS.PER_PSH_INS dependencies on HR_MULTI_MESSAGE

Line 427: hr_multi_message.end_validation_set;

423: (p_rec
424: );
425: --
426: -- Call to raise any errors on multi-message list
427: hr_multi_message.end_validation_set;
428: --
429: -- Call the supporting pre-insert operation
430: --
431: per_psh_ins.pre_insert(p_rec);

Line 444: hr_multi_message.end_validation_set;

440: (p_rec
441: );
442: --
443: -- Call to raise any errors on multi-message list
444: hr_multi_message.end_validation_set;
445: --
446: hr_utility.set_location('Leaving:'||l_proc, 20);
447: end ins;
448: --