Procurement - EBS (MOSC)

MOSC Banner

Your document ID's are invalid, or could not found. - At the time of Blanket Release Cancellation by

edited Oct 8, 2015 4:17AM in Procurement - EBS (MOSC) 6 commentsAnswered

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,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center