DBA Data[Home] [Help]

APPS.BEN_CLS_UNRESOLVED_ACTN_ITEM dependencies on BEN_BATCH_REPORTING

Line 301: ben_batch_reporting.batch_reports

297: );
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

Line 305: ben_batch_reporting.batch_reports

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
307: ,p_report_type => 'ERROR_BY_PERSON');
308: --
309: End if;