DBA Data[Home] [Help]

APPS.OE_ID_TO_VALUE dependencies on OE_ORDER_LINES

Line 2848: oe_order_lines l

2844: x_ref_shipment_number,
2845: x_ref_option_number,
2846: x_ref_component_number
2847: FROM oe_order_headers_all h,
2848: oe_order_lines l
2849: WHERE l.line_id=p_reference_line_id
2850: and h.header_id=l.header_id;
2851:
2852: ELSE