DBA Data[Home] [Help]

APPS.FV_GTAS_INTERFACE dependencies on FND_CONCURRENT

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

305: p_err_buff := gbl_error_buf;
306: RETURN;
307: ELSE
308: COMMIT;
309: call_status := Fnd_concurrent.Wait_for_request(l_req_id, 20, 0,
310: rphase, rstatus,
311: dphase, dstatus, message);
312: IF call_status = FALSE THEN
313: gbl_error_buf := 'Cannot wait for the status of Journal Creation Process';

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

394: RETURN;
395: log(l_module_name, gbl_error_buf);
396: ELSE
397: COMMIT;
398: call_status := Fnd_concurrent.Wait_for_request(l_req_id, 20, 0,
399: rphase, rstatus,
400: dphase, dstatus, message);
401: IF call_status = FALSE THEN
402: p_err_buff := 'Cannot wait for the status of GTAS ATB Report';

Line 414: call_status := fnd_concurrent.wait_for_request(L_Req_Id, 0, 0, rphase,

410: L_Req_Id := fnd_request.submit_request
411: ('FV','FVGBLKCR','','',FALSE, 'FVGBLKCR', '',gbl_period_num_high, gbl_period_year,
412: gbl_set_of_books_id, lpad(to_char(gbl_reporting_period),2,'0')) ;
413: COMMIT;
414: call_status := fnd_concurrent.wait_for_request(L_Req_Id, 0, 0, rphase,
415: rstatus, dphase, dstatus, message);
416:
417: END IF;
418:

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

2667: FV_UTILITY.LOG_MESG(FND_LOG.LEVEL_ERROR, l_module_name,gbl_error_buf);
2668: RETURN;
2669: ELSE
2670: COMMIT;
2671: call_status := Fnd_concurrent.Wait_for_request(l_req_id, 20, 0,
2672: rphase, rstatus,
2673: dphase, dstatus, message);
2674: IF call_status = FALSE THEN
2675: gbl_error_buf := 'Cannot wait for the status of GTAS Interface Exception Report';