DBA Data[Home] [Help]

APPS.PAY_BLT_INS dependencies on HR_MULTI_MESSAGE

Line 495: hr_multi_message.end_validation_set;

491:
492: --
493: --
494: -- Call to raise any errors on multi-message list
495: hr_multi_message.end_validation_set;
496: --
497: -- Call the supporting pre-insert operation
498: --
499: pay_blt_ins.pre_insert(p_rec);

Line 524: hr_multi_message.end_validation_set;

520: );
521: end if;
522:
523: -- Call to raise any errors on multi-message list
524: hr_multi_message.end_validation_set;
525: --
526: hr_utility.set_location('Leaving:'||l_proc, 20);
527: end ins;
528: --