DBA Data[Home] [Help]

APPS.INL_TAX_PVT dependencies on INL_ADJ_SHIP_LINES_V

Line 681: FROM inl_adj_ship_lines_v sl

677: );
678:
679: SELECT *
680: BULK COLLECT INTO l_ship_lines_tbl
681: FROM inl_adj_ship_lines_v sl
682: WHERE sl.ship_header_id = p_ship_header_id
683: order by sl.ship_line_group_id, sl.ship_line_id;
684:
685: l_debug_info := sql%rowcount||' records have been retrieved.';