DBA Data[Home] [Help]

APPS.HZ_MERGE_DUP_PVT dependencies on FND_CONCURRENT

Line 1410: call_status := FND_CONCURRENT.GET_REQUEST_STATUS(

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