DBA Data[Home] [Help]

APPS.RCV_ROI_TRANSACTION dependencies on WSH_DELIVERY_DETAILS

Line 17703: wsh_delivery_details wdd

17699: IF (x_cascaded_table(n).transaction_type = 'CORRECT' and x_cascaded_table(n).po_header_id is not null ) THEN
17700: select count(*)
17701: into l_count
17702: from rcv_transactions rt,
17703: wsh_delivery_details wdd
17704: where rt.transaction_id = x_cascaded_table(n).parent_transaction_id
17705: and rt.transaction_type in ('RETURN TO RECEIVING', 'RETURN TO VENDOR')
17706: and rt.interface_source_line_id = wdd.delivery_detail_id
17707: and wdd.source_code ='RTV';