DBA Data[Home] [Help]

APPS.OE_FLEX_COGS_PUB dependencies on OE_ORDER_LINES_ALL

Line 1061: From oe_order_lines_all

1057: BEGIN
1058:
1059: Select line_type_id
1060: Into l_order_type_id
1061: From oe_order_lines_all
1062: Where line_id = l_order_line_id;
1063:
1064: EXCEPTION
1065: WHEN NO_DATA_FOUND THEN

Line 1071: wf_engine.setItemAttrText(itemtype,itemkey,'ERROR_MESSAGE','No line type id found in oe_order_lines_all');

1067: --FND_MESSAGE.SET_TOKEN('LINEID',l_order_line_id);
1068: --fb_error_msg := FND_MESSAGE.GET_ENCODED;
1069: --FND_MESSAGE.SET_ENCODED(fb_error_msg);
1070: --l_error_msg := FND_MESSAGE.GET;
1071: wf_engine.setItemAttrText(itemtype,itemkey,'ERROR_MESSAGE','No line type id found in oe_order_lines_all');
1072: result := 'COMPLETE:FAILURE';
1073: RETURN;
1074:
1075: END;