DBA Data[Home] [Help]

APPS.INV_LABEL_PVT2 dependencies on WMS_LPN_CONTENTS

Line 143: wms_lpn_contents wlc,

139: , rti.oe_order_header_id --Bug 4582954
140: , rti.oe_order_line_id --Bug 4582954
141: FROM rcv_transactions_interface rti, mtl_serial_numbers msn,
142: po_lines_trx_v pol, -- CLM project, bug 9403291
143: wms_lpn_contents wlc,
144: po_headers_trx_v pha -- CLM project, bug 9403291
145: WHERE wlc.parent_lpn_id = rti.lpn_id
146: AND pol.po_line_id(+) = rti.po_line_id
147: AND pha.po_header_id(+) = rti.po_header_id