Your document ID's are invalid, or could not found. - At the time of Blanket Release Cancellation by
Hi,
Requisition data is getting doubled every week in po_requisition_lines_all and also getting error while calling API PO_DOCUMENT_CONTROL_PUB.control_document to cancel the Blanket Releases.
This issue is happening for only 2 Items.
Error is: Your document ID's are invalid, or could not found.
We are calling below:
PO_DOCUMENT_CONTROL_PUB.control_document( p_api_version => 1.0,
p_init_msg_list => FND_API.G_TRUE,
p_commit => FND_API.G_FALSE,--FND_API.G_TRUE,
x_return_status => x_return_status,
p_doc_type => 'RELEASE',
p_doc_subtype => 'BLANKET',
p_doc_id => rec_cancel_releases.blanket_po_header_id,