DBA Data[Home] [Help]

APPS.OE_ORDER_MISC_PUB dependencies on OE_ORDER_LINES_ALL

Line 32: FROM oe_order_lines_all

28: p_Shipment_Number,
29: p_Option_Number,
30: p_Component_Number,
31: p_Service_Number
32: FROM oe_order_lines_all
33: WHERE line_id=p_line_id;
34:
35: IF p_service_number is not null then
36: IF p_option_number is not null then