567: UOM.conversion_rate))) *
568: (1 + I_PER_INC/100) + I_AMT_INC
569: FROM mtl_parameters MP
570: , po_headers_all POH
571: , po_lines_all POL
572: , po_line_locations_all PLL
573: , po_distributions_all POD
574: , mtl_uom_conversions_view UOM
575: , cst_organization_definitions rcvcur
1090: WHERE L.list_id = I_LIST_ID
1091: AND EXISTS
1092: (SELECT 1
1093: FROM mtl_uom_conversions_view UCR
1094: , po_lines_all PL
1095: , po_distributions_all PD
1096: , mtl_parameters MP
1097: , ap_invoice_distributions_all AIP
1098: WHERE NVL(AIP.posted_flag,'N') = 'Y'
1156: , I_PROGRAM_APPL_ID
1157: , I_PROGRAM_ID
1158: , SYSDATE
1159: FROM mtl_uom_conversions_view UCR
1160: , po_lines_all PL
1161: , po_distributions_all PD
1162: , mtl_parameters MP
1163: /* BUG#8876268, BUG#12696671, code changes for IPV and NONREC_TAX */
1164: , (SELECT base_amount