DBA Data[Home] [Help]

APPS.PAY_PBD_INS dependencies on HR_MULTI_MESSAGE

Line 364: hr_multi_message.end_validation_set;

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

Line 381: hr_multi_message.end_validation_set;

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