DBA Data[Home] [Help]

APPS.FV_FACTS1_PKG dependencies on FND_CONCURRENT

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

219: p_err_buff := gbl_error_buf;
220: RETURN;
221: ELSE
222: COMMIT;
223: call_status := Fnd_concurrent.Wait_for_request(l_req_id, 20, 0,
224: rphase, rstatus,
225: dphase, dstatus, message);
226: IF call_status = FALSE THEN
227: gbl_error_buf := 'Cannot wait for the status of Journal Creation Process';

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

314: RETURN;
315: FV_UTILITY.LOG_MESG(l_module_name||gbl_error_buf);
316: ELSE
317: COMMIT;
318: call_status := Fnd_concurrent.Wait_for_request(l_req_id, 20, 0,
319: rphase, rstatus,
320: dphase, dstatus, message);
321: IF call_status = FALSE THEN
322: p_err_buff := 'Cannot wait for the status of FACTS ATB Report';

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

354: FV_UTILITY.LOG_MESG(l_module_name||gbl_error_buf);
355: RETURN;
356: ELSE
357: COMMIT;
358: call_status := Fnd_concurrent.Wait_for_request(l_req_id, 20, 0,
359: rphase, rstatus,
360: dphase, dstatus, message);
361: IF call_status = FALSE THEN
362: p_err_buff := 'Cannot wait for the status of FACTS Detail Report';

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

3134: FV_UTILITY.LOG_MESG(FND_LOG.LEVEL_ERROR, l_module_name,gbl_error_buf);
3135: RETURN;
3136: ELSE
3137: COMMIT;
3138: call_status := Fnd_concurrent.Wait_for_request(l_req_id, 20, 0,
3139: rphase, rstatus,
3140: dphase, dstatus, message);
3141: IF call_status = FALSE THEN
3142: gbl_error_buf := 'Cannot wait for the status of FACTS Exception Report';

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

3351: p_err_buff := gbl_error_buf;
3352: RETURN;
3353: ELSE
3354: COMMIT;
3355: call_status := Fnd_concurrent.Wait_for_request(l_req_id, 20, 0,
3356: rphase, rstatus,
3357: dphase, dstatus, message);
3358: IF call_status = FALSE THEN
3359: gbl_error_buf := 'Cannot wait for the status of Journal Creation Process';