DBA Data[Home] [Help]

APPS.BEN_CLOSE_ENROLLMENT dependencies on BEN_BATCH_REPORTING

Line 377: ben_batch_reporting.batch_reports

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

Line 381: ben_batch_reporting.batch_reports

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