DBA Data[Home] [Help]

APPS.GHR_MRE_PKG dependencies on GHR_MRE_CUSTOM_PKG

Line 531: ghr_mre_custom_pkg.business_rules(

527: ELSE
528: ghr_mto_int.set_log_program_name('MRE_'||p_mass_realignment_name);
529: END IF;
530: --Begin Bug# 3163576, added custom hook
531: ghr_mre_custom_pkg.business_rules(
532: p_mass_realignment_id => p_mass_realignment_id
533: ,p_action => p_action
534: ,p_show_vacant_pos => p_show_vacant_pos);
535: --End Bug# 3163576