DBA Data[Home] [Help]

APPS.CN_PMT_TRANS_PVT dependencies on FND_CONCURRENT

Line 205: l_ret_val := fnd_concurrent.get_request_status( l_request_id,

201: IF l_status = 'PROCESSING' AND nvl(p_rec.is_processing,'NO') <> 'YES' THEN
202: -- cannot resubmit a new request when worksheet is processing if the last request is not complete or cancelled
203: -- should send error message saying that another has already been submitted
204:
205: l_ret_val := fnd_concurrent.get_request_status( l_request_id,
206: NULL,
207: NULL,
208: l_phase,
209: l_req_status,