DBA Data[Home] [Help]

APPS.FV_GTAS_GL_PKG dependencies on FND_CONCURRENT

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

2728: log(l_module_name,gbl_err_buff);
2729: RETURN;
2730: ELSE
2731: COMMIT;
2732: call_status := Fnd_concurrent.Wait_for_request(l_req_id, 20, 0, rphase, rstatus, dphase, dstatus, MESSAGE);
2733: IF call_status = FALSE THEN
2734: gbl_err_buff := 'Cannot wait for the status of GTAS Activity Bal exception report';
2735: gbl_err_code := -1;
2736: log(l_module_name, gbl_err_buff) ;