DBA Data[Home] [Help]

APPS.GHR_NFC_POSITION_EXTRACTS dependencies on FND_GLOBAL

Line 341: g_conc_request_id := fnd_global.conc_request_id;

337: BEGIN
338:
339: hr_utility.set_location('Entering: '||l_proc_name, 5);
340:
341: g_conc_request_id := fnd_global.conc_request_id;
342:
343: hr_utility.set_location('p_business_group_id: '||p_business_group_id, 80);
344: hr_utility.set_location('g_conc_request_id: '||g_conc_request_id, 80);
345: hr_utility.set_location('p_ext_dfn_id: '||p_ext_dfn_id, 80);

Line 418: g_conc_request_id := fnd_global.conc_request_id;

414: l_proc_name VARCHAR2(150) := g_proc_name ||'NFC_JCL_Extract_Process';
415: l_ext_dfn_id NUMBER;
416: BEGIN
417: hr_utility.set_location('Entering: '||l_proc_name, 5);
418: g_conc_request_id := fnd_global.conc_request_id;
419: g_business_group_id :=p_business_group_id;
420: --
421: -- Call the actual benefit extract process with the effective date as the extract
422: -- end date along with the ext def. id and business group id.