DBA Data[Home] [Help]

APPS.PAY_EGU_INS dependencies on HR_MULTI_MESSAGE

Line 344: hr_multi_message.end_validation_set;

340: ,p_rec
341: );
342: --
343: -- Call to raise any errors on multi-message list
344: hr_multi_message.end_validation_set;
345: --
346: -- Call the supporting pre-insert operation
347: --
348: pay_egu_ins.pre_insert(p_rec);

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: hr_utility.set_location('Leaving:'||l_proc, 20);
365: end ins;
366: --