DBA Data[Home] [Help]

APPS.GL_DEFAS_RESP_ASSIGN_PKG dependencies on FND_CONCURRENT

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

169: BEGIN
170: IF(X_Request_Id IS NOT NULL) THEN
171: l_request_id := X_Request_Id;
172: l_call_status :=
173: FND_CONCURRENT.GET_REQUEST_STATUS(request_id => l_request_id,
174: appl_shortname => 'SQLGL',
175: program => 'GL',
176: phase => l_rphase,
177: status => l_rstatus,