DBA Data[Home] [Help]

APPS.OM_TAX_UTIL dependencies on OE_ORDER_LINES_ALL

Line 1229: FROM oe_order_lines_all

1225: l_num_tbl num_tbl := num_tbl();
1226:
1227: CURSOR order_line_cur IS
1228: SELECT line_id
1229: FROM oe_order_lines_all
1230: WHERE header_id = p_header_id;
1231:
1232: BEGIN
1233: -- performance bug 4255597