DBA Data[Home] [Help]

APPS.PAY_AMO_INS dependencies on HR_MULTI_MESSAGE

Line 362: hr_multi_message.end_validation_set;

358: (p_rec
359: );
360: --
361: -- Call to raise any errors on multi-message list
362: hr_multi_message.end_validation_set;
363: --
364: -- Call the supporting pre-insert operation
365: --
366: pay_amo_ins.pre_insert(p_rec);

Line 379: hr_multi_message.end_validation_set;

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