DBA Data[Home] [Help]

APPS.FND_OAM_COLLECTION dependencies on FND_AMP_PRIVATE

Line 2074: ret_code := fnd_amp_private.cancel_request(p_r.request_id, ret_msg);

2070: begin
2071: ret_code := -1;
2072: ret_msg := '';
2073: fnd_file.put_line(fnd_file.log, 'Found pending request: ' || p_r.request_id);
2074: ret_code := fnd_amp_private.cancel_request(p_r.request_id, ret_msg);
2075: if (ret_code <> 4 and ret_code <> 5) then
2076: fnd_file.put_line(fnd_file.log, 'Unable to cancel request ' || p_r.request_id);
2077: fnd_file.put_line(fnd_file.log, 'Message: ' || ret_msg);
2078: elsif (ret_code >= 0) then

Line 2306: ret_code := fnd_amp_private.cancel_request(p_r.request_id, ret_msg);

2302:
2303: begin
2304: for p_r in repeating_req loop
2305: begin
2306: ret_code := fnd_amp_private.cancel_request(p_r.request_id, ret_msg);
2307: if (ret_code <> 4 and ret_code <> 5) then
2308: p_ret_code := -1;
2309: p_ret_msg := ret_msg;
2310: -- unable to cancel request