DBA Data[Home] [Help]

APPS.PAY_BLD_INS dependencies on HR_MULTI_MESSAGE

Line 421: hr_multi_message.end_validation_set;

417: (p_rec
418: );
419: --
420: -- Call to raise any errors on multi-message list
421: hr_multi_message.end_validation_set;
422: --
423: -- Call the supporting pre-insert operation
424: --
425: pay_bld_ins.pre_insert(p_rec);

Line 438: hr_multi_message.end_validation_set;

434: (p_rec
435: );
436: --
437: -- Call to raise any errors on multi-message list
438: hr_multi_message.end_validation_set;
439: --
440: hr_utility.set_location('Leaving:'||l_proc, 20);
441: end ins;
442: --