DBA Data[Home] [Help]

APPS.OE_NEGOTIATE_WF dependencies on OE_BLANKET_WF_UTIL

Line 94: OE_BLANKET_WF_UTIL.Complete_Negotiation(p_header_id => to_number(itemkey),

90: x_msg_count => l_msg_Count, x_msg_data => l_msg_data);
91:
92: ELSIF l_sales_document_type_code = 'B' THEN
93: -- Blanket Complete_Negotiation
94: OE_BLANKET_WF_UTIL.Complete_Negotiation(p_header_id => to_number(itemkey),
95: x_return_status => l_return_status);
96: ELSE
97: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
98: END IF;

Line 161: --OE_BLANKET_WF_UTIL.Blanket_QA_Articles(p_header_id => to_number(itemkey),

157: ,p_entity_id => to_number(itemkey)
158: ,p_header_id => to_number(itemkey));
159:
160: l_sales_document_type_code := WF_ENGINE.GetItemAttrText(itemtype, itemkey, 'SALES_DOCUMENT_TYPE_CODE');
161: --OE_BLANKET_WF_UTIL.Blanket_QA_Articles(p_header_id => to_number(itemkey),
162: -- x_return_status => l_return_status);
163:
164: OE_CONTRACTS_UTIL.qa_articles ( p_api_version => 1.0,
165: p_doc_type => l_sales_document_type_code,