DBA Data[Home] [Help]

APPS.PAY_APP_INS dependencies on HR_MULTI_MESSAGE

Line 295: hr_multi_message.end_validation_set;

291: (p_rec
292: );
293: --
294: -- Call to raise any errors on multi-message list
295: hr_multi_message.end_validation_set;
296: --
297: -- Call the supporting pre-insert operation
298: --
299: pay_app_ins.pre_insert(p_rec);

Line 312: hr_multi_message.end_validation_set;

308: (p_rec
309: );
310: --
311: -- Call to raise any errors on multi-message list
312: hr_multi_message.end_validation_set;
313: --
314: hr_utility.set_location('Leaving:'||l_proc, 20);
315: end ins;
316: --