DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE_PAYMENT dependencies on OE_ORDER_LINES_ALL

Line 246: FROM oe_order_lines_all

242: IF l_header_id IS NOT NULL
243: AND l_header_id <> FND_API.G_MISS_NUM THEN
244: SELECT header_id
245: INTO l_header_id
246: FROM oe_order_lines_all
247: WHERE line_id = p_line_id;
248: END IF;
249: BEGIN
250: SELECT 'Y'