DBA Data[Home] [Help]

APPS.PER_SCN_INS dependencies on HR_MULTI_MESSAGE

Line 320: hr_multi_message.end_validation_set;

316: (p_rec
317: );
318: --
319: -- Call to raise any errors on multi-message list
320: hr_multi_message.end_validation_set;
321: --
322: -- Call the supporting pre-insert operation
323: --
324: per_scn_ins.pre_insert(p_rec);

Line 337: hr_multi_message.end_validation_set;

333: (p_rec
334: );
335: --
336: -- Call to raise any errors on multi-message list
337: hr_multi_message.end_validation_set;
338: --
339: hr_utility.set_location('Leaving:'||l_proc, 20);
340: end ins;
341: --