DBA Data[Home] [Help]

APPS.PQH_OPG_INS dependencies on HR_MULTI_MESSAGE

Line 313: hr_multi_message.end_validation_set;

309: );
310:
311: --
312: -- Call to raise any errors on multi-message list
313: hr_multi_message.end_validation_set;
314: --
315: -- Call the supporting pre-insert operation
316: --
317:

Line 335: hr_multi_message.end_validation_set;

331: ,p_rec
332: );
333: --
334: -- Call to raise any errors on multi-message list
335: hr_multi_message.end_validation_set;
336: --
337: hr_utility.set_location('Leaving:'||l_proc, 20);
338: end ins;
339: --