DBA Data[Home] [Help]

APPS.PQH_CGN_INS dependencies on HR_MULTI_MESSAGE

Line 355: hr_multi_message.end_validation_set;

351: ,p_rec
352: );
353: --
354: -- Call to raise any errors on multi-message list
355: hr_multi_message.end_validation_set;
356: --
357: -- Call the supporting pre-insert operation
358: --
359: pqh_cgn_ins.pre_insert(p_rec);

Line 373: hr_multi_message.end_validation_set;

369: ,p_rec
370: );
371: --
372: -- Call to raise any errors on multi-message list
373: hr_multi_message.end_validation_set;
374: --
375: hr_utility.set_location('Leaving:'||l_proc, 20);
376: end ins;
377: --