DBA Data[Home] [Help]

APPS.FV_FACTS1_GL_PKG dependencies on FND_CONCURRENT

Line 1662: call_status := Fnd_concurrent.Wait_for_request(l_req_id, 20, 0, rphase, rstatus, dphase, dstatus, MESSAGE);

1658: FV_UTILITY.LOG_MESG(FND_LOG.LEVEL_ERROR, l_module_name,gbl_err_buff);
1659: RETURN;
1660: ELSE
1661: COMMIT;
1662: call_status := Fnd_concurrent.Wait_for_request(l_req_id, 20, 0, rphase, rstatus, dphase, dstatus, MESSAGE);
1663: IF call_status = FALSE THEN
1664: gbl_err_buff := 'Cannot wait for the status of FACTS Exception Report';
1665: gbl_err_code := -1;
1666: FV_UTILITY.LOG_MESG(l_module_name||'.error4', gbl_err_buff) ;