DBA Data[Home] [Help]

APPS.GHR_PROC_FUT_MT dependencies on GHR_SF52_API

Line 244: ghr_SF52_api.end_SF52

240: g_skip_grp_box := TRUE;
241: --hr_utility.set_location('value before calling end sf52 g_skip_grp_box '||decode(g_skip_grp_box,TRUE,1,0),9875);
242: BEGIN --Bug# 6753024, Since we r not able to reproduce the issue. Fixing the issue as suggested by the
243: --customers. ref: 37668_CustomizedFuturesCode.doc
244: ghr_SF52_api.end_SF52
245: (p_validate => false
246: ,p_pa_request_id => l_c_futr_actions.pa_request_id
247: ,p_par_object_version_number => l_c_futr_actions.object_version_number
248: ,p_action_taken => 'CANCELED'

Line 350: ghr_SF52_api.end_SF52

346: --hr_utility.set_location('Intial value of g_skip_grp_box '||g_skip_grp_box,9873);
347: g_skip_grp_box := TRUE;
348: --hr_utility.set_location('value before calling end sf52 g_skip_grp_box '||g_skip_grp_box,9872);
349: BEGIN --Bug# 6753024
350: ghr_SF52_api.end_SF52
351: (p_validate => false
352: ,p_pa_request_id => l_c_futr_actions.pa_request_id
353: ,p_par_object_version_number => l_c_futr_actions.object_version_number
354: ,p_action_taken => 'CANCELED'