DBA Data[Home] [Help]

APPS.PER_PAT_INS dependencies on HR_MULTI_MESSAGE

Line 524: hr_multi_message.end_validation_set;

520: ,p_rec
521: );
522: --
523: -- Call to raise any errors on multi-message list
524: hr_multi_message.end_validation_set;
525: --
526: -- Call the supporting pre-insert operation
527: --
528: per_pat_ins.pre_insert(p_rec);

Line 542: hr_multi_message.end_validation_set;

538: ,p_rec
539: );
540: --
541: -- Call to raise any errors on multi-message list
542: hr_multi_message.end_validation_set;
543: --
544: hr_utility.set_location('Leaving:'||l_proc, 20);
545: end ins;
546: --