DBA Data[Home] [Help]

APPS.GHR_PROC_FUT_MT dependencies on GHR_SF52_API

Line 238: ghr_SF52_api.end_SF52

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

Line 338: ghr_SF52_api.end_SF52

334: --hr_utility.set_location('Intial value of g_skip_grp_box '||g_skip_grp_box,9873);
335: g_skip_grp_box := TRUE;
336: --hr_utility.set_location('value before calling end sf52 g_skip_grp_box '||g_skip_grp_box,9872);
337: BEGIN --Bug# 6753024
338: ghr_SF52_api.end_SF52
339: (p_validate => false
340: ,p_pa_request_id => l_c_futr_actions.pa_request_id
341: ,p_par_object_version_number => l_c_futr_actions.object_version_number
342: ,p_action_taken => 'CANCELED'