DBA Data[Home] [Help]

APPS.PAY_CA_YEPP_ADD_ACTIONS_PKG dependencies on FND_CONCURRENT_REQUESTS

Line 1964: update fnd_concurrent_requests

1960: end if; -- Magnetic tape not processed
1961:
1962: if p_output_file_type ='HTML' then
1963:
1964: update fnd_concurrent_requests
1965: set output_file_type = 'HTML'
1966: where request_id = FND_GLOBAL.CONC_REQUEST_ID ;
1967:
1968: commit;