DBA Data[Home] [Help]

APPS.GHR_PROC_FUT_MT dependencies on FND_GLOBAL

Line 155: l_parent_request_id := fnd_global.CONC_REQUEST_ID; --Bug# 11892627

151: -- Initialization of variables.
152: l_batch_counter := 0;
153: l_batch_no := 1;
154: l_session_id := USERENV('SESSIONID');
155: l_parent_request_id := fnd_global.CONC_REQUEST_ID; --Bug# 11892627
156: l_status := TRUE;
157: g_request_ids.DELETE;
158: g_futr_proc_name := 'GHR_Proc_Futr_Act' || '_' || l_parent_request_id;
159: -- Bug # 7510344