Fusion Inventory – Query to get Inventory On-Hand balances and Available To Reserve quantities
Venkanna Mittakanti's ORACLE ERP Blog
by Venkanna Mittakanti
1w ago
We have a common requirement from most of the businesses to get inventory on-hand balances and available to reserve quantities by item and sub-inventory for their operation(s). This will help them to understand the current inventory to fulfill the sales order(s)/work order(s) demand, commiting the delivery dates with the customers and planning to source the ... Read more ..read more
Visit website
Fusion SCM – SQL Query to get Transfer Orders data
Venkanna Mittakanti's ORACLE ERP Blog
by Venkanna Mittakanti
1w ago
Transfers Orders are used in Oracle Fusion SCM for the intercompany material transfers, similar to the Internal Requisition/Internal Sales Order process in the Oracle EBS. No cost markup for the material transfers within the BU. Across the Business Units/Legal entities, Transfer Pricing policies can be setup based on the Cost Plus markup / List Less ... Read more ..read more
Visit website
Fusion PIM – Indented BOM Extract Query
Venkanna Mittakanti's ORACLE ERP Blog
by Venkanna Mittakanti
1M ago
Most of the businesses have requirement to get Indented BOM (Bill of Material) export of the assembly into the excel to validate the bill of material/item structure for the Engineering Change Request/Change Order changes, impacted Work orders/Sales orders etc., This is much needed for ETO (Engineer to Order) and CTO (Configure to Order) model items. ... Read more ..read more
Visit website
Fusion Item Extract Query – Item Analysis and FBDI Updates
Venkanna Mittakanti's ORACLE ERP Blog
by Venkanna Mittakanti
1M ago
Here is the Item extract SQL which i used for the item data analysis and item updates thru FBDI. SELECT ESI.INVENTORY_ITEM_ID,ESI.ORGANIZATION_ID,ESI.ITEM_NUMBER,IOP.ORGANIZATION_CODE INV_ORG,— EIC.ITEM_CLASS_ID,EIC.ITEM_CLASS_NAME ITEM_CLASS,ESI.ITEM_TYPE ITEM_TYPE,(SELECT MEANINGFROM FND_LOOKUP_VALUES_VLWHERE LOOKUP_TYPE = ‘EGP_ITEM_TYPE’AND lookup_code = ESI.ITEM_TYPE) User_Item_type,ESI.PRIMARY_UOM_CODE PRIMARY_UNIT_OF_MEASURE,— ESI.WIP_SUPPLY_TYPE BUILD_IN_WIP,ESI.BUILD_IN_WIP_FLAG BUILD_IN_WIP,ESI.COSTING_ENABLED_FLAG COSTING_ENABLED,ESI.INVENTORY_ASSET_FLAG INVENTORY_ASSET_VALUE,DECODE ..read more
Visit website
Oracle Fusion 24A Upgrade – GOP didn’t honor all the sourcing assignments while scheduling the Sales Orders lines other than the Global sourcing assignment
Venkanna Mittakanti's ORACLE ERP Blog
by Venkanna Mittakanti
2M ago
Problem: For the Global Order Promising Assignment Set, We have Item and Organization, Category and Organization, Category & Global level sourcing assignments. The global level sourcing rule was setup to source from multiple suppliers based on the priority. Some reason sales orders were processed as drop ship orders when the warehouse wasn’t entered at the ... Read more ..read more
Visit website
Commonly used SQLs/Tables in Fusion SCM Cloud
Venkanna Mittakanti's ORACLE ERP Blog
by Venkanna Mittakanti
1y ago
Here are the some commonly used SQLs/Tables in the Fusion SCM Cloud applications for implementation and support resources. This will help to understand the enterprise structure, setting up custom lookup and base tables in the SCM modules etc., 1. Business Units: Business Unit is nothing but operating unit in Fusion applications — Business UnitsSELECT * ... Read more ..read more
Visit website
Bills of Material Level1 Items SQL
Venkanna Mittakanti's ORACLE ERP Blog
by Venkanna Mittakanti
1y ago
Use the below SQL to list Level1 Components/Sub-Assemblies for the Assembly. select a.segment1 COMP_Item, a.description Comp_Descr, a.inventory_item_status_code Comp_Status, a.item_type,d.segment1 ASSY_ITEM, d.description Assy_Descr, d.inventory_item_status_code Assy_Statusfrom mtl_system_items_b a,bom_components_b b,bom_structures_b c,mtl_system_items_b dwhere 1 = 1and a.inventory_item_id = b.component_item_idand a.organization_id = c.organization_idand b.disable_date is nulland b.bill_sequence_id = c.common_bill_sequence_idand d.inventory_item_id = c.assembly_item_idand d.organization_id = c ..read more
Visit website
PO/Requisition Approval Limits Query
Venkanna Mittakanti's ORACLE ERP Blog
by Venkanna Mittakanti
1y ago
Purchase Order or Requisition approvals are setup based on the Employee-Supervisor hierarchy or position hierarchy. Most of the companies use employee-supervisor hierarchy which is easier to setup. Approval Limits are assigned at the Job Level. The HR provides direction on the approval limits for each of the job, especially requisition approvals. Procurement decides approval limits ... Read more ..read more
Visit website
ISupplier Portal Active Users List SQL
Venkanna Mittakanti's ORACLE ERP Blog
by Venkanna Mittakanti
1y ago
Business has a common requirement to get supplier accounts using iSupplier Portal. Below is the SQL to get iSupplier Portal Active Users. This is needed from procurement and Oracle licensing prospective. SELECT hou.name Operating_Unit,pv.segment1 Supplier_Number, pv.vendor_name Supplier_Name, pvs.vendor_site_code Supplier_Site,fu.user_name Supplier_UserName, fu.EMAIL_ADDRESS Supplier_Email,fu.end_date User_Effective_End_DateFROM apps.AK_WEB_USER_SEC_ATTR_VALUES attr, apps.fnd_user fu, apps.ap_suppliers pv, apps.ap_supplier_sites_all pvs, apps.hr_operating_units houWHERE attr.attribute_code ..read more
Visit website
SQL Script to get all the Open Purchase Orders in Oracle EBS
Venkanna Mittakanti's ORACLE ERP Blog
by Venkanna Mittakanti
1y ago
Here is the SQL script to get all the open Purchase Orders info, including PO Lines & Shipment info. The script has been used extensively to provide Open POs info to the business & Corporate, especially for data cleansing and data migration purposes when we migrated our ERP system from Oracle EBS to SAP. SELECT ... Read more ..read more
Visit website

Follow Venkanna Mittakanti's ORACLE ERP Blog on FeedSpot

Continue with Google
Continue with Apple
OR