DBA Data[Home] [Help]

APPS.GML_RCV_DIR_RCPT_APIS dependencies on MTL_ITEM_UOMS_VIEW

Line 2922: FROM mtl_item_uoms_view

2918:
2919: l_progress := '35';
2920: SELECT unit_of_measure
2921: INTO l_unit_of_measure
2922: FROM mtl_item_uoms_view
2923: WHERE uom_code = l_uom_code
2924: AND organization_id = p_organization_id
2925: AND inventory_item_id = l_inventory_item_id;
2926: