DBA Data[Home] [Help]

APPS.XTR_HEDGE_PROCESS_P dependencies on FND_CONCURRENT

Line 2469: call_status := FND_CONCURRENT.GET_REQUEST_STATUS(l_request_id, '', '',

2465: l_request_id NUMBER(15);
2466:
2467: BEGIN
2468: l_request_id := P_REQUEST_ID;
2469: call_status := FND_CONCURRENT.GET_REQUEST_STATUS(l_request_id, '', '',
2470: rphase,rstatus,dphase,dstatus, message);
2471: return(dphase);
2472:
2473: END GET_REQUEST_STATUS;