DBA Data[Home] [Help]

APPS.INV_MGD_MVT_PO_MDTR dependencies on MTL_UOM_CONVERSIONS_VIEW

Line 427: MTL_UOM_CONVERSIONS_VIEW muc

423: CURSOR l_uom IS
424: SELECT
425: muc.uom_code
426: FROM
427: MTL_UOM_CONVERSIONS_VIEW muc
428: WHERE muc.inventory_item_id= x_movement_transaction.inventory_item_id
429: AND muc.organization_id = x_movement_transaction.organization_id
430: AND muc.unit_of_measure = l_source_unit_measure;
431:

Line 1314: MTL_UOM_CONVERSIONS_VIEW muc

1310: /*CURSOR l_uom IS
1311: SELECT
1312: muc.uom_code
1313: FROM
1314: MTL_UOM_CONVERSIONS_VIEW muc
1315: WHERE muc.inventory_item_id= x_movement_transaction.inventory_item_id
1316: AND muc.organization_id = x_movement_transaction.organization_id
1317: AND muc.unit_of_measure = l_receipt_transaction.primary_unit_of_measure;*/
1318:

Line 1709: MTL_UOM_CONVERSIONS_VIEW muc

1705: CURSOR l_uom IS
1706: SELECT
1707: muc.uom_code
1708: FROM
1709: MTL_UOM_CONVERSIONS_VIEW muc
1710: WHERE muc.inventory_item_id= x_movement_transaction.inventory_item_id
1711: AND muc.organization_id = x_movement_transaction.organization_id
1712: AND muc.unit_of_measure = l_unit_of_measure;
1713: