[Home] [Help]
1805:
1806: update pon_item_prices_interface p1
1807: set (line_type_id,order_type_lookup_code,purchase_basis,outside_operation_flag) =
1808: (select nvl(po2.line_type_id,-9999), po2.order_type_lookup_code,po2.purchase_basis,po2.outside_operation_flag
1809: FROM po_line_types_vl po2 WHERE upper(p1.line_type) = upper(po2.line_type(+))
1810: and (po2.inactive_date is null or po2.inactive_date > sysdate))
1811: where batch_id = p_batch_id
1812: and line_type <> 'LINE_TYPE_NONE_ENTERED'
1813: AND Nvl(clm_info_flag,'N') <> 'Y'