DBA Data[Home] [Help]

APPS.FV_FACTS1_GL_PKG dependencies on FND_CONCURRENT

Line 1745: call_status := Fnd_concurrent.Wait_for_request(l_req_id, 20, 0,

1741: FV_UTILITY.LOG_MESG(FND_LOG.LEVEL_ERROR, l_module_name,gbl_err_buff);
1742: RETURN;
1743: ELSE
1744: COMMIT;
1745: call_status := Fnd_concurrent.Wait_for_request(l_req_id, 20, 0,
1746: rphase, rstatus,
1747: dphase, dstatus, message);
1748: IF call_status = FALSE THEN
1749: gbl_err_buff := 'Cannot wait for the status of FACTS Exception Report';