DBA Data[Home] [Help]

APPS.INV_TXN_VALIDATIONS dependencies on MTL_ONHAND_QUANTITIES_DETAIL

Line 1438: from mtl_onhand_quantities_detail

1434: AND organization_id = p_organization_id;
1435:
1436: CURSOR c_moq(x_cost_group_id number) IS
1437: select count(*)
1438: from mtl_onhand_quantities_detail
1439: -- Bug 2687570, use MOQD instead of MOQ because consigned stock is not visible in MOQ
1440: where organization_id = p_organization_id
1441: and inventory_item_id = p_inventory_item_id
1442: and subinventory_code = p_subinventory_code