DBA Data[Home] [Help]

APPS.WSH_DEL_OI_CORE dependencies on SO_PICKING_LINES_ALL

Line 653: from so_picking_lines_all pl, so_picking_line_details pld

649: declare
650: -- s5 = Receivables Interface flag: 5= Partial, 9= Interfaced
651: cursor ar_valid (del_id number) is
652: select 'exists'
653: from so_picking_lines_all pl, so_picking_line_details pld
654: where pl.picking_line_id = pld.picking_line_id
655: and pld.delivery_id = del_id
656: and pl.ra_interface_status is not null
657: and exists( select 'interfaced lines exist'