DBA Data[Home] [Help]

APPS.BEN_CLOSE_ENROLLMENT dependencies on BEN_BATCH_REPORTING

Line 376: ben_batch_reporting.batch_reports

372: ,p_request_id => l_request_id);
373: --
374: -- Submit the generic error by error type and error by person reports.
375: --
376: ben_batch_reporting.batch_reports
377: (p_concurrent_request_id => fnd_global.conc_request_id
378: ,p_report_type => 'ERROR_BY_ERROR_TYPE');
379: --
380: ben_batch_reporting.batch_reports

Line 380: ben_batch_reporting.batch_reports

376: ben_batch_reporting.batch_reports
377: (p_concurrent_request_id => fnd_global.conc_request_id
378: ,p_report_type => 'ERROR_BY_ERROR_TYPE');
379: --
380: ben_batch_reporting.batch_reports
381: (p_concurrent_request_id => fnd_global.conc_request_id
382: ,p_report_type => 'ERROR_BY_PERSON');
383: --
384: end if;