DBA Data[Home] [Help]

APPS.GL_LEDGER_SET_NORM_ASSIGN_PKG dependencies on FND_CONCURRENT

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

245: -- the Flattening program
246: IF(X_Request_Id IS NOT NULL) THEN
247: l_request_id := X_Request_Id;
248: l_call_status :=
249: FND_CONCURRENT.GET_REQUEST_STATUS(request_id => l_request_id,
250: appl_shortname => 'SQLGL',
251: program => 'GLSTFL',
252: phase => l_rphase,
253: status => l_rstatus,