DBA Data[Home] [Help]

APPS.INL_TAX_PVT dependencies on INL_SHIP_LINE_GROUPS

Line 660: FROM inl_ship_line_groups lg

656: );
657:
658: SELECT *
659: BULK COLLECT INTO l_ship_groups_tbl
660: FROM inl_ship_line_groups lg
661: WHERE lg.ship_header_id = p_ship_header_id
662: order by ship_line_group_id;
663:
664: l_debug_info := sql%rowcount||' records have been retrieved.';