DBA Data[Home] [Help]

APPS.PQP_PENSION_EXTRACTS dependencies on FND_GLOBAL

Line 675: g_conc_request_id := fnd_global.conc_request_id;

671:
672: g_debug := hr_utility.debug_enabled;
673:
674: hr_utility.set_location('Entering: '||l_proc_name, 5);
675: g_conc_request_id := fnd_global.conc_request_id;
676: SELECT USERENV('SESSIONID') INTO l_session_id FROM dual;
677: DELETE FROM pay_us_rpt_totals
678: WHERE organization_name = 'Global Pension Extracts'
679: AND attribute30 = 'EXTRACT_COMPLETED'

Line 4592: ,p_request_id => fnd_global.conc_request_id

4588: (p_err_num => p_error_NUMBER
4589: ,p_err_name => l_error_text
4590: ,p_typ_cd => 'W'
4591: ,p_person_id => l_person_id
4592: ,p_request_id => fnd_global.conc_request_id
4593: ,p_business_group_id => fnd_global.per_business_group_id
4594: ,p_ext_rslt_id => get_current_extract_result
4595: );
4596: l_return_value:= 0;

Line 4593: ,p_business_group_id => fnd_global.per_business_group_id

4589: ,p_err_name => l_error_text
4590: ,p_typ_cd => 'W'
4591: ,p_person_id => l_person_id
4592: ,p_request_id => fnd_global.conc_request_id
4593: ,p_business_group_id => fnd_global.per_business_group_id
4594: ,p_ext_rslt_id => get_current_extract_result
4595: );
4596: l_return_value:= 0;
4597: ELSE