DBA Data[Home] [Help]

APPS.ZX_TAX_CONTENT_UPLOAD dependencies on FND_CONCURRENT

Line 5969: l_check_status := FND_CONCURRENT.GET_REQUEST_STATUS

5965: l_request_id := TO_NUMBER(SUBSTR(l_req_data,l_current_pos+1,l_next_pos-l_current_pos-1));
5966: END IF;
5967: IF (l_request_id IS NOT NULL)
5968: THEN
5969: l_check_status := FND_CONCURRENT.GET_REQUEST_STATUS
5970: (
5971: request_id => l_request_id,
5972: phase => l_phase,
5973: status => l_status,