DBA Data[Home] [Help]

APPS.FND_CP_OPP_REQ dependencies on FND_CP_OPP_CMD

Line 490: -- fnd_cp_opp_cmd.terminate_opp_request(reqid, cpid);

486:
487: -- timed out again??
488: -- send terminate command to OPP service
489: -- BUG 9062358 GSI:GLOBAL ENQUEUE SERVICES DEADLOCK DETECTED
490: -- fnd_cp_opp_cmd.terminate_opp_request(reqid, cpid);
491: fnd_cp_opp_cmd.terminate_opp_request_this_txn(reqid, cpid);
492:
493:
494: update_req_pp_status(reqid, PP_TIMEOUT);

Line 491: fnd_cp_opp_cmd.terminate_opp_request_this_txn(reqid, cpid);

487: -- timed out again??
488: -- send terminate command to OPP service
489: -- BUG 9062358 GSI:GLOBAL ENQUEUE SERVICES DEADLOCK DETECTED
490: -- fnd_cp_opp_cmd.terminate_opp_request(reqid, cpid);
491: fnd_cp_opp_cmd.terminate_opp_request_this_txn(reqid, cpid);
492:
493:
494: update_req_pp_status(reqid, PP_TIMEOUT);
495: errmsg := fnd_message.get_string('FND', 'CONC-PP TIMEOUT');