DBA Data[Home] [Help]

APPS.MRP_FLOW_SCHEDULE_PUB dependencies on OE_ORDER_LINES_ALL

Line 1008: from oe_order_lines_all

1004:
1005: BEGIN
1006: select inventory_item_id
1007: into l_item_id
1008: from oe_order_lines_all
1009: where line_id = p_line_id;
1010: EXCEPTION WHEN OTHERS THEN
1011: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
1012: FND_MESSAGE.SET_NAME('MRP','MRP_INVALID_OE_LINE_ID');