DBA Data[Home] [Help]

APPS.PAY_ETT_INS dependencies on HR_MULTI_MESSAGE

Line 251: hr_multi_message.end_validation_set;

247: ,p_element_type_id
248: );
249: --
250: -- Call to raise any errors on multi-message list
251: hr_multi_message.end_validation_set;
252: --
253: -- Call the supporting pre-insert operation
254: --
255: pay_ett_ins.pre_insert

Line 271: hr_multi_message.end_validation_set;

267: (p_rec
268: );
269: --
270: -- Call to raise any errors on multi-message list
271: hr_multi_message.end_validation_set;
272: --
273: hr_utility.set_location('Leaving:'||l_proc, 20);
274: end ins;
275: --