DBA Data[Home] [Help]

APPS.OZF_FUND_UTILIZED_PVT dependencies on OE_ORDER_LINES_ALL

Line 309: FROM oe_order_lines_all

305:
306: CURSOR c_order_line (p_line_id IN NUMBER) IS
307: SELECT line_category_code, shipped_quantity, flow_status_code,
308: invoice_interface_status_code, invoiced_quantity, actual_shipment_date
309: FROM oe_order_lines_all
310: WHERE line_id = p_line_id;
311:
312: CURSOR c_order_num (p_header_id IN NUMBER) IS
313: SELECT order_number