DBA Data[Home] [Help]

APPS.OE_OE_FORM_LINE_PAYMENT dependencies on OE_ORDER_LINES_ALL

Line 110: from oe_order_lines_all

106:
107: IF p_line_id is not null THEN
108:
109: select header_id into l_header_id
110: from oe_order_lines_all
111: where line_id = p_line_id;
112:
113: END IF;
114: