DBA Data[Home] [Help]

APPS.OE_FLEX_COGS_PUB dependencies on OE_ORDER_LINES_ALL

Line 1047: From oe_order_lines_all

1043: BEGIN
1044:
1045: Select line_type_id
1046: Into l_order_type_id
1047: From oe_order_lines_all
1048: Where line_id = l_order_line_id;
1049:
1050: EXCEPTION
1051: WHEN NO_DATA_FOUND THEN

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

1053: --FND_MESSAGE.SET_TOKEN('LINEID',l_order_line_id);
1054: --fb_error_msg := FND_MESSAGE.GET_ENCODED;
1055: --FND_MESSAGE.SET_ENCODED(fb_error_msg);
1056: --l_error_msg := FND_MESSAGE.GET;
1057: wf_engine.setItemAttrText(itemtype,itemkey,'ERROR_MESSAGE','No line type id found in oe_order_lines_all');
1058: result := 'COMPLETE:FAILURE';
1059: RETURN;
1060:
1061: END;