DBA Data[Home] [Help]

APPS.PAY_PUR_UPD dependencies on HR_MULTI_MESSAGE

Line 576: hr_multi_message.end_validation_set;

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

Line 611: hr_multi_message.end_validation_set;

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