DBA Data[Home] [Help]

APPS.OE_LINE_REPRICE dependencies on WF_ENGINE

Line 199: x_attribute_value := wf_engine.GetActivityAttrText(p_item_type,p_item_key,p_activity_id,p_Reprice_attr_name);

195: l_source_document_type_id NUMBER;
196: l_source_document_id NUMBER;
197: l_source_document_line_id NUMBER;
198: BEGIN
199: x_attribute_value := wf_engine.GetActivityAttrText(p_item_type,p_item_key,p_activity_id,p_Reprice_attr_name);
200:
201: x_return_status := FND_API.G_RET_STS_SUCCESS;
202:
203: EXCEPTION