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 3216: call_status := Fnd_concurrent.Wait_for_request(l_req_id, 20, 0,

3212: FV_UTILITY.LOG_MESG(FND_LOG.LEVEL_ERROR, l_module_name,gbl_error_buf);
3213: RETURN;
3214: ELSE
3215: COMMIT;
3216: call_status := Fnd_concurrent.Wait_for_request(l_req_id, 20, 0,
3217: rphase, rstatus,
3218: dphase, dstatus, message);
3219: IF call_status = FALSE THEN
3220: gbl_error_buf := 'Cannot wait for the status of FACTS Exception Report';

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

3429: p_err_buff := gbl_error_buf;
3430: RETURN;
3431: ELSE
3432: COMMIT;
3433: call_status := Fnd_concurrent.Wait_for_request(l_req_id, 20, 0,
3434: rphase, rstatus,
3435: dphase, dstatus, message);
3436: IF call_status = FALSE THEN
3437: gbl_error_buf := 'Cannot wait for the status of Journal Creation Process';