DBA Data[Home] [Help]

APPS.PAY_IVL_DEL dependencies on HR_MULTI_MESSAGE

Line 513: hr_multi_message.end_validation_set;

509: ,p_validation_end_date => l_validation_end_date
510: );
511: --
512: -- Call to raise any errors on multi-message list
513: hr_multi_message.end_validation_set;
514: --
515: -- Call the supporting pre-delete operation
516: --
517: pay_ivl_del.pre_delete

Line 546: hr_multi_message.end_validation_set;

542: );
543:
544: --
545: -- Call to raise any errors on multi-message list
546: hr_multi_message.end_validation_set;
547: --
548: hr_utility.set_location(' Leaving:'||l_proc, 5);
549: End del;
550: --