DBA Data[Home] [Help]

APPS.GL_DEFAS_ACCESS_DETAILS_PKG dependencies on FND_CONCURRENT

Line 489: FND_CONCURRENT.GET_REQUEST_STATUS(request_id => l_request_id,

485: BEGIN
486: IF(X_Request_Id IS NOT NULL) THEN
487: l_request_id := X_Request_Id;
488: l_call_status :=
489: FND_CONCURRENT.GET_REQUEST_STATUS(request_id => l_request_id,
490: appl_shortname => 'SQLGL',
491: program => 'GL',
492: phase => l_rphase,
493: status => l_rstatus,