DBA Data[Home] [Help]

APPS.OZF_SALES_TRANSACTIONS_PVT dependencies on OE_ORDER_LINES_ALL

Line 56: FROM oe_order_lines_all

52:
53: -- nepanda : Fix for Bug 10120042
54: CURSOR c_ship_to_org_id(p_line_id IN NUMBER) IS
55: SELECT ship_to_org_id
56: FROM oe_order_lines_all
57: WHERE line_id = p_line_id;
58:
59: l_ship_to_site_use_id NUMBER;
60: BEGIN