DBA Data[Home] [Help]

APPS.WIP_AUTOLOTPROC_PRIV dependencies on MTL_ONHAND_QUANTITIES_DETAIL

Line 1300: mtl_onhand_quantities_detail moq

1296: v_revision VARCHAR2) is
1297: select moq.lot_number,
1298: min(mln.expiration_date)
1299: from mtl_lot_numbers mln,
1300: mtl_onhand_quantities_detail moq
1301: where moq.inventory_item_id = v_itemID
1302: and moq.organization_id = p_orgID
1303: and moq.subinventory_code = v_supplySubinv
1304: and nvl(moq.locator_id, -1) = nvl(v_supplyLocID, -1)

Line 1320: mtl_onhand_quantities_detail moq

1316: v_revision VARCHAR2) is
1317: select moq.lot_number,
1318: min(mln.expiration_date)
1319: from mtl_lot_numbers mln,
1320: mtl_onhand_quantities_detail moq
1321: where moq.inventory_item_id = v_itemID
1322: and moq.organization_id = p_orgID
1323: and moq.subinventory_code = v_supplySubinv
1324: and nvl(moq.locator_id, -1) = nvl(v_supplyLocID, -1)

Line 1344: mtl_onhand_quantities_detail moq

1340: v_revision VARCHAR2) is
1341: select tln.lot_number
1342: from mtl_transaction_lot_numbers tln ,
1343: mtl_lot_numbers mln ,
1344: mtl_onhand_quantities_detail moq
1345: where tln.transaction_date =
1346: ( select max(transaction_date)
1347: from mtl_material_transactions
1348: where organization_id = p_OrgID