DBA Data[Home] [Help]

APPS.FV_YE_CARRYFORWARD dependencies on FND_CONCURRENT

Line 850: vl_call_status := Fnd_Concurrent.Wait_For_Request(

846: END IF;
847:
848: -- Check status of completed concurrent program
849: -- and if complete exit
850: vl_call_status := Fnd_Concurrent.Wait_For_Request(
851: vl_req_id, 20, 0, vl_rphase, vl_rstatus,
852: vl_dphase, vl_dstatus, vl_message);
853: IF (vl_call_status = FALSE) THEN
854: vp_errbuf := 'Cannot wait for the status of journal import';