DBA Data[Home] [Help]

APPS.FV_FACTS_TRANSACTIONS dependencies on FND_CONCURRENT

Line 468: l_call_status := fnd_concurrent.wait_for_request(

464: LOOP
465:
466: -- Check status of completed concurrent program
467: -- and if complete exit
468: l_call_status := fnd_concurrent.wait_for_request(
469: l_request_ids(l_counter).request_id,
470: 0,
471: 0,
472: rphase,

Line 3123: l_call_status := fnd_concurrent.wait_for_request(

3119: vp_errbuf := 'Error Priniting Edit Check Report' ;
3120: FV_UTILITY.LOG_MESG(FND_LOG.LEVEL_ERROR, l_module_name, vp_errbuf) ;
3121: END IF;
3122:
3123: l_call_status := fnd_concurrent.wait_for_request(
3124: vl_req_id,
3125: 0,
3126: 0,
3127: rphase,

Line 3317: l_call_status := fnd_concurrent.wait_for_request(

3313: FV_UTILITY.DEBUG_MESG(FND_LOG.LEVEL_STATEMENT, l_module_name,
3314: 'Concurrent Request Id For FACTS ATB Report - ' || vl_req_id);
3315: END IF;
3316:
3317: l_call_status := fnd_concurrent.wait_for_request(
3318: vl_req_id,
3319: 0,
3320: 0,
3321: rphase,

Line 3351: l_call_status := fnd_concurrent.wait_for_request(

3347: THEN
3348: FV_UTILITY.DEBUG_MESG(FND_LOG.LEVEL_STATEMENT, l_module_name,
3349: 'Concurrent Request Id for FACTS Exception Report - '||vl_req_id);
3350: END IF;
3351: l_call_status := fnd_concurrent.wait_for_request(
3352: vl_req_id,
3353: 0,
3354: 0,
3355: rphase,

Line 5316: call_status := Fnd_concurrent.Wait_for_request(v1_req_id, 20, 0, rphase,

5312: 'FV','FVFCTHRC','','',FALSE,
5313: 'FVFCTHRC', v3_req_id ,SOB) ;
5314: COMMIT;
5315:
5316: call_status := Fnd_concurrent.Wait_for_request(v1_req_id, 20, 0, rphase,
5317: rstatus, dphase, dstatus, message);
5318: */
5319: -- Submitting FACTS Bulk Detail file Generation Process
5320: -- IF dstatus <> 'ERROR' THEN

Line 5324: call_status := fnd_concurrent.wait_for_request(v2_req_id, 0, 0, rphase,

5320: -- IF dstatus <> 'ERROR' THEN
5321: v2_req_id := fnd_request.submit_request
5322: ('FV','FVFCTDRC','','',FALSE, 'FVFCTDRC', v3_req_id,SOB) ;
5323: COMMIT;
5324: call_status := fnd_concurrent.wait_for_request(v2_req_id, 0, 0, rphase,
5325: rstatus, dphase, dstatus, message);
5326: IF (upper(dstatus) <> 'ERROR') THEN
5327: UPDATE fv_facts_submission
5328: SET run_mode = 'P',