DBA Data[Home] [Help]

APPS.FND_CP_OPP_REQ dependencies on FND_CP_OPP_CMD

Line 489: fnd_cp_opp_cmd.terminate_opp_request(reqid, cpid);

485: end if;
486:
487: -- timed out again??
488: -- send terminate command to OPP service
489: fnd_cp_opp_cmd.terminate_opp_request(reqid, cpid);
490:
491: update_req_pp_status(reqid, PP_TIMEOUT);
492: errmsg := fnd_message.get_string('FND', 'CONC-PP TIMEOUT');
493: return;