DBA Data[Home] [Help]

APPS.HZ_MERGE_DUP_PVT dependencies on FND_CONCURRENT

Line 1409: call_status := FND_CONCURRENT.GET_REQUEST_STATUS(

1405: WHERE ds.dup_set_id = mb.batch_id
1406: AND ds.dup_set_id = p_batch_id;
1407:
1408: IF l_last_request_id IS NOT NULL THEN
1409: call_status := FND_CONCURRENT.GET_REQUEST_STATUS(
1410: request_id => l_last_request_id,
1411: phase => l_conc_phase,
1412: status => l_conc_status,
1413: dev_phase => l_conc_dev_phase,