DBA Data[Home] [Help]

APPS.PAY_PPR_UPD dependencies on HR_MULTI_MESSAGE

Line 594: hr_multi_message.end_validation_set;

590: p_formula_mismatch_warning := l_formula_mismatch_warning;
591: --
592:
593: -- Call to raise any errors on multi-message list
594: hr_multi_message.end_validation_set;
595: --
596: -- Call the supporting pre-update operation
597: --
598: pre_update

Line 628: hr_multi_message.end_validation_set;

624: ,p_formula_mismatch_warning => l_formula_mismatch_warning
625: );
626: --
627: -- Call to raise any errors on multi-message list
628: hr_multi_message.end_validation_set;
629: End upd;
630: --
631: -- ----------------------------------------------------------------------------
632: -- |------------------------------< upd >-------------------------------------|