DBA Data[Home] [Help]

APPS.CSTPMECS dependencies on MTL_UOM_CONVERSIONS_VIEW

Line 574: , mtl_uom_conversions_view UOM

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
576: , po_system_parameters_all psp
577: , (SELECT DISTINCT operating_unit ou_id, currency_code po_currency
578: FROM cst_organization_definitions ) po_cur

Line 1093: FROM mtl_uom_conversions_view UCR

1089: DELETE FROM cst_lists L
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

Line 1159: FROM mtl_uom_conversions_view UCR

1155: , I_REQUEST_ID
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 */