DBA Data[Home] [Help]

APPS.PAY_US_MARK_W2C_PAPER dependencies on FND_CONCURRENT_REQUESTS

Line 860: UPDATE fnd_concurrent_requests

856: END LOOP;
857: CLOSE c_ee_details;
858:
859: if p_output_file_type ='HTML' then
860: UPDATE fnd_concurrent_requests
861: SET output_file_type = 'HTML'
862: WHERE request_id = FND_GLOBAL.CONC_REQUEST_ID ;
863: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
864: end if;