DBA Data[Home] [Help]

APPS.PAY_PBF_UPD dependencies on HR_MULTI_MESSAGE

Line 575: hr_multi_message.end_validation_set;

571: ,p_exist_run_result_warning => p_exist_run_result_warning
572: );
573: --
574: -- Call to raise any errors on multi-message list
575: hr_multi_message.end_validation_set;
576: --
577: -- Call the supporting pre-update operation
578: --
579: pre_update

Line 608: hr_multi_message.end_validation_set;

604: ,p_validation_end_date => l_validation_end_date
605: );
606: --
607: -- Call to raise any errors on multi-message list
608: hr_multi_message.end_validation_set;
609: End upd;
610: --
611: -- ----------------------------------------------------------------------------
612: -- |------------------------------< upd >-------------------------------------|