DBA Data[Home] [Help]

APPS.ASO_CONC_REQ_INT dependencies on FND_CONCURRENT

Line 761: l_result := FND_CONCURRENT.cancel_request(request_id => l_request_id,

757: close find_quote_csr ;
758:
759: l_quote_header_id := p_qte_header_rec.quote_header_id;
760:
761: l_result := FND_CONCURRENT.cancel_request(request_id => l_request_id,
762: message => lx_msg_data);
763:
764: if not (l_result) then
765: errbuf := FND_MESSAGE.GET;