DBA Data[Home] [Help]

APPS.ZX_TAX_CONTENT_UPLOAD dependencies on FND_CONCURRENT

Line 5443: l_check_status := FND_CONCURRENT.GET_REQUEST_STATUS

5439: l_request_id := TO_NUMBER(SUBSTR(l_req_data,l_current_pos+1,l_next_pos-l_current_pos-1));
5440: END IF;
5441: IF (l_request_id IS NOT NULL)
5442: THEN
5443: l_check_status := FND_CONCURRENT.GET_REQUEST_STATUS
5444: (
5445: request_id => l_request_id,
5446: phase => l_phase,
5447: status => l_status,