DBA Data[Home] [Help]

APPS.FV_FACTS_TRANSACTIONS dependencies on FND_CONCURRENT

Line 456: l_call_status := fnd_concurrent.wait_for_request(

452: LOOP
453:
454: -- Check status of completed concurrent program
455: -- and if complete exit
456: l_call_status := fnd_concurrent.wait_for_request(
457: l_request_ids(l_counter).request_id,
458: 0,
459: 0,
460: rphase,

Line 3078: l_call_status := fnd_concurrent.wait_for_request(

3074: vp_errbuf := 'Error Priniting Edit Check Report' ;
3075: FV_UTILITY.LOG_MESG(FND_LOG.LEVEL_ERROR, l_module_name, vp_errbuf) ;
3076: END IF;
3077:
3078: l_call_status := fnd_concurrent.wait_for_request(
3079: vl_req_id,
3080: 0,
3081: 0,
3082: rphase,

Line 3269: l_call_status := fnd_concurrent.wait_for_request(

3265: FV_UTILITY.DEBUG_MESG(FND_LOG.LEVEL_STATEMENT, l_module_name,
3266: 'Concurrent Request Id For FACTS ATB Report - ' || vl_req_id);
3267: END IF;
3268:
3269: l_call_status := fnd_concurrent.wait_for_request(
3270: vl_req_id,
3271: 0,
3272: 0,
3273: rphase,

Line 3303: l_call_status := fnd_concurrent.wait_for_request(

3299: THEN
3300: FV_UTILITY.DEBUG_MESG(FND_LOG.LEVEL_STATEMENT, l_module_name,
3301: 'Concurrent Request Id for FACTS Exception Report - '||vl_req_id);
3302: END IF;
3303: l_call_status := fnd_concurrent.wait_for_request(
3304: vl_req_id,
3305: 0,
3306: 0,
3307: rphase,

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

5236: 'FV','FVFCTHRC','','',FALSE,
5237: 'FVFCTHRC', v3_req_id ,SOB) ;
5238: COMMIT;
5239:
5240: call_status := Fnd_concurrent.Wait_for_request(v1_req_id, 20, 0, rphase,
5241: rstatus, dphase, dstatus, message);
5242: */
5243: -- Submitting FACTS Bulk Detail file Generation Process
5244: -- IF dstatus <> 'ERROR' THEN

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

5244: -- IF dstatus <> 'ERROR' THEN
5245: v2_req_id := fnd_request.submit_request
5246: ('FV','FVFCTDRC','','',FALSE, 'FVFCTDRC', v3_req_id,SOB) ;
5247: COMMIT;
5248: call_status := fnd_concurrent.wait_for_request(v2_req_id, 0, 0, rphase,
5249: rstatus, dphase, dstatus, message);
5250: IF (upper(dstatus) <> 'ERROR') THEN
5251: UPDATE fv_facts_submission
5252: SET run_mode = 'P',