DBA Data[Home] [Help]

APPS.PAY_IVL_UPD dependencies on HR_MULTI_MESSAGE

Line 687: hr_multi_message.end_validation_set;

683: ,p_formula_message => p_formula_message
684: );
685: --
686: -- Call to raise any errors on multi-message list
687: hr_multi_message.end_validation_set;
688: --
689: -- Call the supporting pre-update operation
690: --
691: pre_update

Line 721: hr_multi_message.end_validation_set;

717: );
718:
719: --
720: -- Call to raise any errors on multi-message list
721: hr_multi_message.end_validation_set;
722: End upd;
723: --
724: -- ----------------------------------------------------------------------------
725: -- |------------------------------< upd >-------------------------------------|