DBA Data[Home] [Help]

APPS.BEN_REOPEN_LER_CONC dependencies on BEN_BATCH_REPORTING

Line 993: l_actn := 'ben_batch_reporting.batch_reports ERROR_BY_ERROR_TYPE...';

989: THEN
990: --
991: -- Submit the generic error by error type and error by person reports.
992: --
993: l_actn := 'ben_batch_reporting.batch_reports ERROR_BY_ERROR_TYPE...';
994: ben_batch_reporting.batch_reports
995: (p_concurrent_request_id => fnd_global.conc_request_id,
996: p_report_type => 'ERROR_BY_ERROR_TYPE'
997: );

Line 994: ben_batch_reporting.batch_reports

990: --
991: -- Submit the generic error by error type and error by person reports.
992: --
993: l_actn := 'ben_batch_reporting.batch_reports ERROR_BY_ERROR_TYPE...';
994: ben_batch_reporting.batch_reports
995: (p_concurrent_request_id => fnd_global.conc_request_id,
996: p_report_type => 'ERROR_BY_ERROR_TYPE'
997: );
998: --

Line 999: l_actn := 'ben_batch_reporting.batch_reports ERROR_BY_PERSON...';

995: (p_concurrent_request_id => fnd_global.conc_request_id,
996: p_report_type => 'ERROR_BY_ERROR_TYPE'
997: );
998: --
999: l_actn := 'ben_batch_reporting.batch_reports ERROR_BY_PERSON...';
1000: ben_batch_reporting.batch_reports
1001: (p_concurrent_request_id => fnd_global.conc_request_id,
1002: p_report_type => 'ERROR_BY_PERSON'
1003: );

Line 1000: ben_batch_reporting.batch_reports

996: p_report_type => 'ERROR_BY_ERROR_TYPE'
997: );
998: --
999: l_actn := 'ben_batch_reporting.batch_reports ERROR_BY_PERSON...';
1000: ben_batch_reporting.batch_reports
1001: (p_concurrent_request_id => fnd_global.conc_request_id,
1002: p_report_type => 'ERROR_BY_PERSON'
1003: );
1004: --