DBA Data[Home] [Help]

APPS.BEN_MANAGE_DEFAULT_ENRT dependencies on FND_GLOBAL

Line 365: If fnd_global.conc_request_id <> -1 then

361: l_actn varchar2(80);
362: l_request_id number;
363: Begin
364: hr_utility.set_location ('Entering '||l_proc,05);
365: If fnd_global.conc_request_id <> -1 then
366: l_actn := 'Calling ben_batch_utils.batch_report (BENDFAUD)...';
367: If (p_audit_log = 'Y') then
368: ben_batch_utils.batch_report
369: (p_concurrent_request_id => fnd_global.conc_request_id

Line 369: (p_concurrent_request_id => fnd_global.conc_request_id

365: If fnd_global.conc_request_id <> -1 then
366: l_actn := 'Calling ben_batch_utils.batch_report (BENDFAUD)...';
367: If (p_audit_log = 'Y') then
368: ben_batch_utils.batch_report
369: (p_concurrent_request_id => fnd_global.conc_request_id
370: ,p_program_name => 'BENDFAUD'
371: ,p_request_id => l_request_id
372: );
373: End if;

Line 376: (p_concurrent_request_id => fnd_global.conc_request_id

372: );
373: End if;
374: l_actn := 'Calling ben_batch_utils.batch_report (BENDFSUM)...';
375: ben_batch_utils.batch_report
376: (p_concurrent_request_id => fnd_global.conc_request_id
377: ,p_program_name => 'BENDFSUM'
378: ,p_request_id => l_request_id
379: );
380: l_actn := 'Calling ben_batch_utils.batch_report (BENERTYP)...';

Line 382: (p_concurrent_request_id => fnd_global.conc_request_id

378: ,p_request_id => l_request_id
379: );
380: l_actn := 'Calling ben_batch_utils.batch_report (BENERTYP)...';
381: ben_batch_utils.batch_report
382: (p_concurrent_request_id => fnd_global.conc_request_id
383: ,p_program_name => 'BENERTYP'
384: ,p_request_id => l_request_id
385: ,p_subtitle =>
386: 'ERROR DETAIL BY ERROR TYPE'

Line 390: (p_concurrent_request_id => fnd_global.conc_request_id

386: 'ERROR DETAIL BY ERROR TYPE'
387: );
388: l_actn := 'Calling ben_batch_utils.batch_report (BENERPER)...';
389: ben_batch_utils.batch_report
390: (p_concurrent_request_id => fnd_global.conc_request_id
391: ,p_program_name => 'BENERPER'
392: ,p_request_id => l_request_id
393: ,p_subtitle =>
394: 'ERROR DETAIL BY PERSON'

Line 980: ,p_request_id => fnd_global.conc_request_id

976: ,p_audit_log_flag => p_audit_log
977: ,p_debug_messages_flag => p_debug_messages
978: ,p_object_version_number => l_object_version_number
979: ,p_effective_date => l_effective_date
980: ,p_request_id => fnd_global.conc_request_id
981: ,p_program_application_id => fnd_global.prog_appl_id
982: ,p_program_id => fnd_global.conc_program_id
983: ,p_program_update_date => sysdate);
984: --

Line 981: ,p_program_application_id => fnd_global.prog_appl_id

977: ,p_debug_messages_flag => p_debug_messages
978: ,p_object_version_number => l_object_version_number
979: ,p_effective_date => l_effective_date
980: ,p_request_id => fnd_global.conc_request_id
981: ,p_program_application_id => fnd_global.prog_appl_id
982: ,p_program_id => fnd_global.conc_program_id
983: ,p_program_update_date => sysdate);
984: --
985: benutils.g_benefit_action_id := l_benefit_action_id;

Line 982: ,p_program_id => fnd_global.conc_program_id

978: ,p_object_version_number => l_object_version_number
979: ,p_effective_date => l_effective_date
980: ,p_request_id => fnd_global.conc_request_id
981: ,p_program_application_id => fnd_global.prog_appl_id
982: ,p_program_id => fnd_global.conc_program_id
983: ,p_program_update_date => sysdate);
984: --
985: benutils.g_benefit_action_id := l_benefit_action_id;
986: --

Line 1871: if l_epe_cnt = 0 and fnd_global.conc_request_id = -1 and p_called_frm_ss then

1867: End loop;
1868:
1869: -- Bug 4421813 Call init so that the person details are available for later procedures
1870:
1871: if l_epe_cnt = 0 and fnd_global.conc_request_id = -1 and p_called_frm_ss then
1872: --
1873: ben_env_object.init(p_business_group_id => p_business_group_id,
1874: p_effective_date => p_effective_date,
1875: p_thread_id => 1,