DBA Data[Home] [Help]

APPS.GMF_BURDENDETAILS_PUB dependencies on MTL_SYSTEM_ITEMS_B

Line 1445: FROM mtl_system_items_b

1441:
1442: -- Bug 7513552 Now Item Org is valid fetch UOM No need to handle exception
1443:
1444: SELECT Primary_uom_code INTO l_act_item_uom
1445: FROM mtl_system_items_b
1446: WHERE inventory_item_id = nvl(p_header_rec.inventory_item_id,x_header_rec.inventory_item_id)
1447: AND organization_id = nvl(p_header_rec.organization_id,x_header_rec.organization_id);
1448:
1449: