DBA Data[Home] [Help]

APPS.BEN_MAINTAIN_BENEFIT_ACTIONS dependencies on BEN_BATCH_REPORTING

Line 318: ben_batch_reporting.batch_reports

314: then
315: --
316: if l_param_rec.mode_cd<>'W' then
317: hr_utility.set_location (l_package||' Fire Reports ',40);
318: ben_batch_reporting.batch_reports
319: (p_concurrent_request_id => fnd_global.conc_request_id,
320: p_report_type => 'GENERIC_LOG');
321: if l_param_rec.mode_cd<>'R' then
322: ben_batch_reporting.batch_reports

Line 322: ben_batch_reporting.batch_reports

318: ben_batch_reporting.batch_reports
319: (p_concurrent_request_id => fnd_global.conc_request_id,
320: p_report_type => 'GENERIC_LOG');
321: if l_param_rec.mode_cd<>'R' then
322: ben_batch_reporting.batch_reports
323: (p_concurrent_request_id => fnd_global.conc_request_id,
324: p_mode => l_param_rec.mode_cd,
325: p_report_type => 'ACTIVITY_SUMMARY');
326: end if;

Line 327: ben_batch_reporting.batch_reports

323: (p_concurrent_request_id => fnd_global.conc_request_id,
324: p_mode => l_param_rec.mode_cd,
325: p_report_type => 'ACTIVITY_SUMMARY');
326: end if;
327: ben_batch_reporting.batch_reports
328: (p_concurrent_request_id => fnd_global.conc_request_id,
329: p_report_type => 'ERROR_BY_ERROR_TYPE');
330: ben_batch_reporting.batch_reports
331: (p_concurrent_request_id => fnd_global.conc_request_id,

Line 330: ben_batch_reporting.batch_reports

326: end if;
327: ben_batch_reporting.batch_reports
328: (p_concurrent_request_id => fnd_global.conc_request_id,
329: p_report_type => 'ERROR_BY_ERROR_TYPE');
330: ben_batch_reporting.batch_reports
331: (p_concurrent_request_id => fnd_global.conc_request_id,
332: p_report_type => 'ERROR_BY_PERSON');
333: hr_utility.set_location (l_package||' Dn Fire Reports ',40);
334: --