DBA Data[Home] [Help]

APPS.PER_FDL_INS dependencies on HR_MULTI_MESSAGE

Line 400: hr_multi_message.end_validation_set;

396: (p_rec
397: );
398: --
399: -- Call to raise any errors on multi-message list
400: hr_multi_message.end_validation_set;
401: --
402: -- Call the supporting pre-insert operation
403: --
404: per_fdl_ins.pre_insert(p_rec);

Line 417: hr_multi_message.end_validation_set;

413: (p_rec
414: );
415: --
416: -- Call to raise any errors on multi-message list
417: hr_multi_message.end_validation_set;
418: --
419: hr_utility.set_location('Leaving:'||l_proc, 20);
420: end ins;
421: --