DBA Data[Home] [Help]

APPS.PAY_ARCHIVER_REPORT_PKG dependencies on FND_CONCURRENT_REQUESTS

Line 3743: update fnd_concurrent_requests

3739: ** Not Required as the output file type is HTML by default
3740: ***********************************************************/
3741:
3742: if p_output_file_type ='HTML' then
3743: update fnd_concurrent_requests
3744: set output_file_type = 'HTML'
3745: where request_id = FND_GLOBAL.CONC_REQUEST_ID ;
3746:
3747: commit;