DBA Data[Home] [Help]

APPS.PO_WIP_INTEGRATION_GRP dependencies on PO_DOCUMENT_CONTROL_GRP

Line 88: -- For details, see the comments on PO_Document_Control_GRP.control_document.

84: -- Wrapper for WIP to Cancel Purchasing Document
85: -- Calls the PO Control API with Action=CANCEL to cancel the Purchase Order,
86: -- Purchase Agreement, or Release.
87: --Notes:
88: -- For details, see the comments on PO_Document_Control_GRP.control_document.
89: --End of Comments
90: -----------------------------------------------------------------------------
91: PROCEDURE cancel_document (
92: p_api_version IN NUMBER,

Line 124: PO_Document_Control_GRP.control_document

120: l_progress := '010';
121: FOR i IN 1..p_doc_id.count LOOP
122:
123: l_progress := '020';
124: PO_Document_Control_GRP.control_document
125: (p_api_version => p_api_version,
126: p_init_msg_list => FND_API.G_FALSE,
127: p_commit => FND_API.G_FALSE,
128: x_return_status => x_return_status,