/*有工艺路线,无BOM清单*/ select msi.segment1, msi.description from apps.BOM_OPERATIONAL_ROUTINGS bor, apps.mtl_system_items_b msi where msi.organization_id=Y and bor.organization_id=msi.organization_id and bor.assembly_item_id=msi.inventory_item_id and …
select msi.segment1, msi.description, msi.item_typefrom inv.mtl_system_items_b msiwhere msi.organization_id = X and msi.item_type in ('SA','FG') --成品.子装配件 and msi.inventory_item_status_code = 'Active' and exists (…
https://www.cnblogs.com/lizicheng/p/9521742.html 模块 应用场景 类型 API/接口 AP 付款核销 API ap_pay_invoice_pkg.ap_pay_invoice AP 应付发票审批 API ap_approval_pkg.approval AP 预付款核销 API ap_prepay_pkg.apply_prepay_fr_prepay AP 创建应付发票 API ap_import_invoices_pkg.import_invo…