DBA Data[Home] [Help]

APPS.PAY_ARCHIVER_REPORT_PKG dependencies on FND_CONCURRENT_REQUESTS

Line 3142: update fnd_concurrent_requests

3138: ** Not Required as the output file type is HTML by default
3139: ***********************************************************/
3140:
3141: if p_output_file_type ='HTML' then
3142: update fnd_concurrent_requests
3143: set output_file_type = 'HTML'
3144: where request_id = FND_GLOBAL.CONC_REQUEST_ID ;
3145:
3146: commit;