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 1424: and bft.request_id = fnd_global.conc_request_id;

1420: cursor c_master is
1421: select 'Y'
1422: from ben_benefit_actions bft
1423: where bft.benefit_action_id = p_benefit_action_id
1424: and bft.request_id = fnd_global.conc_request_id;
1425: --
1426: l_parm c_parameter%rowtype;
1427: l_commit number;
1428: l_master varchar2(1) := 'N';

Line 1488: if fnd_global.conc_request_id <> -1

1484: open c_parameter;
1485: fetch c_parameter into l_parm;
1486: close c_parameter;
1487: --
1488: if fnd_global.conc_request_id <> -1
1489: then
1490: --
1491: -- Print the batch parameters to the log file if this program was called by
1492: -- the concurrent manager.

Line 1857: ,p_request_id => fnd_global.conc_request_id

1853: ,p_debug_messages_flag => p_debug_messages
1854: ,p_audit_log_flag => p_audit_log
1855: ,p_object_version_number => l_object_version_number
1856: ,p_effective_date => l_effective_date
1857: ,p_request_id => fnd_global.conc_request_id
1858: ,p_program_application_id => fnd_global.prog_appl_id
1859: ,p_program_id => fnd_global.conc_program_id
1860: ,p_program_update_date => sysdate);
1861: --

Line 1858: ,p_program_application_id => fnd_global.prog_appl_id

1854: ,p_audit_log_flag => p_audit_log
1855: ,p_object_version_number => l_object_version_number
1856: ,p_effective_date => l_effective_date
1857: ,p_request_id => fnd_global.conc_request_id
1858: ,p_program_application_id => fnd_global.prog_appl_id
1859: ,p_program_id => fnd_global.conc_program_id
1860: ,p_program_update_date => sysdate);
1861: --
1862: benutils.g_benefit_action_id := l_benefit_action_id;

Line 1859: ,p_program_id => fnd_global.conc_program_id

1855: ,p_object_version_number => l_object_version_number
1856: ,p_effective_date => l_effective_date
1857: ,p_request_id => fnd_global.conc_request_id
1858: ,p_program_application_id => fnd_global.prog_appl_id
1859: ,p_program_id => fnd_global.conc_program_id
1860: ,p_program_update_date => sysdate);
1861: --
1862: benutils.g_benefit_action_id := l_benefit_action_id;
1863: benutils.g_thread_id := 99;