DBA Data[Home] [Help]

APPS.BEN_CLS_UNRESOLVED_ACTN_ITEM dependencies on FND_GLOBAL

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

276: hr_utility.set_location ('Entering '||l_proc,05);
277: --
278: l_actn := 'Calling ben_batch_utils.batch_report (BENUAAUD)...';
279: --
280: If fnd_global.conc_request_id <> -1 then
281: --
282: If(p_audit_log = 'Y') then
283: --
284: ben_batch_utils.batch_report

Line 285: (p_concurrent_request_id => fnd_global.conc_request_id

281: --
282: If(p_audit_log = 'Y') then
283: --
284: ben_batch_utils.batch_report
285: (p_concurrent_request_id => fnd_global.conc_request_id
286: ,p_program_name => 'BENUAAUD'
287: ,p_request_id => l_request_id);
288: --
289: End if;

Line 294: (p_concurrent_request_id => fnd_global.conc_request_id

290: --
291: l_actn := 'Calling ben_batch_utils.batch_report (BENUASUM)...';
292: --
293: ben_batch_utils.batch_report
294: (p_concurrent_request_id => fnd_global.conc_request_id
295: ,p_program_name => 'BENUASUM'
296: ,p_request_id => l_request_id
297: );
298: --

Line 302: (p_concurrent_request_id => fnd_global.conc_request_id

298: --
299: -- Submit the generic error by error type and error by person reports.
300: --
301: ben_batch_reporting.batch_reports
302: (p_concurrent_request_id => fnd_global.conc_request_id
303: ,p_report_type => 'ERROR_BY_ERROR_TYPE');
304: --
305: ben_batch_reporting.batch_reports
306: (p_concurrent_request_id => fnd_global.conc_request_id

Line 306: (p_concurrent_request_id => fnd_global.conc_request_id

302: (p_concurrent_request_id => fnd_global.conc_request_id
303: ,p_report_type => 'ERROR_BY_ERROR_TYPE');
304: --
305: ben_batch_reporting.batch_reports
306: (p_concurrent_request_id => fnd_global.conc_request_id
307: ,p_report_type => 'ERROR_BY_PERSON');
308: --
309: End if;
310: --

Line 1564: and bft.request_id = fnd_global.conc_request_id;

1560: cursor c_master is
1561: select 'Y'
1562: from ben_benefit_actions bft
1563: where bft.benefit_action_id = p_benefit_action_id
1564: and bft.request_id = fnd_global.conc_request_id;
1565: --
1566: l_parm c_parameter%rowtype;
1567: l_commit number;
1568: l_master varchar2(1) := 'N';

Line 1628: if fnd_global.conc_request_id <> -1

1624: open c_parameter;
1625: fetch c_parameter into l_parm;
1626: close c_parameter;
1627: --
1628: if fnd_global.conc_request_id <> -1
1629: then
1630: --
1631: -- Print the batch parameters to the log file if this program was called by
1632: -- the concurrent manager.

Line 1997: ,p_request_id => fnd_global.conc_request_id

1993: ,p_debug_messages_flag => p_debug_messages
1994: ,p_audit_log_flag => p_audit_log
1995: ,p_object_version_number => l_object_version_number
1996: ,p_effective_date => l_effective_date
1997: ,p_request_id => fnd_global.conc_request_id
1998: ,p_program_application_id => fnd_global.prog_appl_id
1999: ,p_program_id => fnd_global.conc_program_id
2000: ,p_program_update_date => sysdate);
2001: --

Line 1998: ,p_program_application_id => fnd_global.prog_appl_id

1994: ,p_audit_log_flag => p_audit_log
1995: ,p_object_version_number => l_object_version_number
1996: ,p_effective_date => l_effective_date
1997: ,p_request_id => fnd_global.conc_request_id
1998: ,p_program_application_id => fnd_global.prog_appl_id
1999: ,p_program_id => fnd_global.conc_program_id
2000: ,p_program_update_date => sysdate);
2001: --
2002: benutils.g_benefit_action_id := l_benefit_action_id;

Line 1999: ,p_program_id => fnd_global.conc_program_id

1995: ,p_object_version_number => l_object_version_number
1996: ,p_effective_date => l_effective_date
1997: ,p_request_id => fnd_global.conc_request_id
1998: ,p_program_application_id => fnd_global.prog_appl_id
1999: ,p_program_id => fnd_global.conc_program_id
2000: ,p_program_update_date => sysdate);
2001: --
2002: benutils.g_benefit_action_id := l_benefit_action_id;
2003: benutils.g_thread_id := 99;