DBA Data[Home] [Help]

APPS.BEN_MANAGE_DEFAULT_ENRT dependencies on FND_GLOBAL

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

347: l_actn varchar2(80);
348: l_request_id number;
349: Begin
350: hr_utility.set_location ('Entering '||l_proc,05);
351: If fnd_global.conc_request_id <> -1 then
352: l_actn := 'Calling ben_batch_utils.batch_report (BENDFAUD)...';
353: If (p_audit_log = 'Y') then
354: ben_batch_utils.batch_report
355: (p_concurrent_request_id => fnd_global.conc_request_id

Line 355: (p_concurrent_request_id => fnd_global.conc_request_id

351: If fnd_global.conc_request_id <> -1 then
352: l_actn := 'Calling ben_batch_utils.batch_report (BENDFAUD)...';
353: If (p_audit_log = 'Y') then
354: ben_batch_utils.batch_report
355: (p_concurrent_request_id => fnd_global.conc_request_id
356: ,p_program_name => 'BENDFAUD'
357: ,p_request_id => l_request_id
358: );
359: End if;

Line 362: (p_concurrent_request_id => fnd_global.conc_request_id

358: );
359: End if;
360: l_actn := 'Calling ben_batch_utils.batch_report (BENDFSUM)...';
361: ben_batch_utils.batch_report
362: (p_concurrent_request_id => fnd_global.conc_request_id
363: ,p_program_name => 'BENDFSUM'
364: ,p_request_id => l_request_id
365: );
366: l_actn := 'Calling ben_batch_utils.batch_report (BENERTYP)...';

Line 368: (p_concurrent_request_id => fnd_global.conc_request_id

364: ,p_request_id => l_request_id
365: );
366: l_actn := 'Calling ben_batch_utils.batch_report (BENERTYP)...';
367: ben_batch_utils.batch_report
368: (p_concurrent_request_id => fnd_global.conc_request_id
369: ,p_program_name => 'BENERTYP'
370: ,p_request_id => l_request_id
371: ,p_subtitle =>
372: 'ERROR DETAIL BY ERROR TYPE'

Line 376: (p_concurrent_request_id => fnd_global.conc_request_id

372: 'ERROR DETAIL BY ERROR TYPE'
373: );
374: l_actn := 'Calling ben_batch_utils.batch_report (BENERPER)...';
375: ben_batch_utils.batch_report
376: (p_concurrent_request_id => fnd_global.conc_request_id
377: ,p_program_name => 'BENERPER'
378: ,p_request_id => l_request_id
379: ,p_subtitle =>
380: 'ERROR DETAIL BY PERSON'

Line 966: ,p_request_id => fnd_global.conc_request_id

962: ,p_audit_log_flag => p_audit_log
963: ,p_debug_messages_flag => p_debug_messages
964: ,p_object_version_number => l_object_version_number
965: ,p_effective_date => l_effective_date
966: ,p_request_id => fnd_global.conc_request_id
967: ,p_program_application_id => fnd_global.prog_appl_id
968: ,p_program_id => fnd_global.conc_program_id
969: ,p_program_update_date => sysdate);
970: --

Line 967: ,p_program_application_id => fnd_global.prog_appl_id

963: ,p_debug_messages_flag => p_debug_messages
964: ,p_object_version_number => l_object_version_number
965: ,p_effective_date => l_effective_date
966: ,p_request_id => fnd_global.conc_request_id
967: ,p_program_application_id => fnd_global.prog_appl_id
968: ,p_program_id => fnd_global.conc_program_id
969: ,p_program_update_date => sysdate);
970: --
971: benutils.g_benefit_action_id := l_benefit_action_id;

Line 968: ,p_program_id => fnd_global.conc_program_id

964: ,p_object_version_number => l_object_version_number
965: ,p_effective_date => l_effective_date
966: ,p_request_id => fnd_global.conc_request_id
967: ,p_program_application_id => fnd_global.prog_appl_id
968: ,p_program_id => fnd_global.conc_program_id
969: ,p_program_update_date => sysdate);
970: --
971: benutils.g_benefit_action_id := l_benefit_action_id;
972: --

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

1748: End loop;
1749:
1750: -- Bug 4421813 Call init so that the person details are available for later procedures
1751:
1752: if l_epe_cnt = 0 and fnd_global.conc_request_id = -1 and p_called_frm_ss then
1753: --
1754: ben_env_object.init(p_business_group_id => p_business_group_id,
1755: p_effective_date => p_effective_date,
1756: p_thread_id => 1,