DBA Data[Home] [Help]

APPS.PER_CNT_INS dependencies on HR_MULTI_MESSAGE

Line 250: hr_multi_message.end_validation_set;

246: ,p_rec
247: );
248: --
249: -- Call to raise any errors on multi-message list
250: hr_multi_message.end_validation_set;
251: --
252: -- Call the supporting pre-insert operation
253: --
254: per_cnt_ins.pre_insert

Line 271: hr_multi_message.end_validation_set;

267: ,p_rec
268: );
269: --
270: -- Call to raise any errors on multi-message list
271: hr_multi_message.end_validation_set;
272: --
273: hr_utility.set_location('Leaving:'||l_proc, 20);
274: end ins;
275: --