DBA Data[Home] [Help]

APPS.PAY_PBA_INS dependencies on HR_MULTI_MESSAGE

Line 358: hr_multi_message.end_validation_set;

354: (p_rec
355: );
356: --
357: -- Call to raise any errors on multi-message list
358: hr_multi_message.end_validation_set;
359: --
360: -- Call the supporting pre-insert operation
361: --
362: pay_pba_ins.pre_insert(p_rec);

Line 375: hr_multi_message.end_validation_set;

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