DBA Data[Home] [Help]

APPS.PER_PSP_DEL dependencies on HR_MULTI_MESSAGE

Line 317: hr_multi_message.end_validation_set;

313: hr_utility.set_location(l_proc, 20);
314:
315: --
316: -- Call to raise any errors on multi-message list
317: hr_multi_message.end_validation_set;
318: --
319: -- Call the supporting pre-delete operation
320: --
321: per_psp_del.pre_delete(p_rec);

Line 341: hr_multi_message.end_validation_set;

337: hr_utility.set_location(l_proc, 50);
338:
339: --
340: -- Call to raise any errors on multi-message list
341: hr_multi_message.end_validation_set;
342: --
343:
344: hr_utility.set_location(l_proc, 60);
345: End del;