DBA Data[Home] [Help]

APPS.INV_TXN_VALIDATIONS dependencies on MTL_ONHAND_QUANTITIES_DETAIL

Line 1591: from mtl_onhand_quantities_detail

1587: AND organization_id = p_organization_id;
1588:
1589: CURSOR c_moq(x_cost_group_id number) IS
1590: select count(*)
1591: from mtl_onhand_quantities_detail
1592: -- Bug 2687570, use MOQD instead of MOQ because consigned stock is not visible in MOQ
1593: where organization_id = p_organization_id
1594: and inventory_item_id = p_inventory_item_id
1595: and subinventory_code = p_subinventory_code