DBA Data[Home] [Help]

APPS.PQH_CRF_INS dependencies on HR_MULTI_MESSAGE

Line 369: hr_multi_message.end_validation_set;

365: (p_rec
366: );
367: --
368: -- Call to raise any errors on multi-message list
369: hr_multi_message.end_validation_set;
370: --
371: -- Call the supporting pre-insert operation
372: --
373: pqh_crf_ins.pre_insert(p_rec);

Line 386: hr_multi_message.end_validation_set;

382: (p_rec
383: );
384: --
385: -- Call to raise any errors on multi-message list
386: hr_multi_message.end_validation_set;
387: --
388: hr_utility.set_location('Leaving:'||l_proc, 20);
389: end ins;
390: --