DBA Data[Home] [Help]

APPS.GL_DEFAS_ACCESS_DETAILS_PKG dependencies on FND_CONCURRENT

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

490: BEGIN
491: IF(X_Request_Id IS NOT NULL) THEN
492: l_request_id := X_Request_Id;
493: l_call_status :=
494: FND_CONCURRENT.GET_REQUEST_STATUS(request_id => l_request_id,
495: appl_shortname => 'SQLGL',
496: program => 'GL',
497: phase => l_rphase,
498: status => l_rstatus,