DBA Data[Home] [Help]

APPS.AHL_LTP_MATRL_AVAL_PVT dependencies on MTL_SYSTEM_ITEMS_VL

Line 1724: mtl_system_items_vl mtl

1720: schm.requested_date,
1721: schm.requested_quantity,
1722: mtl.concatenated_segments
1723: FROM ahl_schedule_materials schm,
1724: mtl_system_items_vl mtl
1725: WHERE schm.inventory_item_id = mtl.inventory_item_id
1726: AND schm.organization_id = mtl.organization_id
1727: --SKPATHAK :: Bug 8429732 :: 17-APR-2009
1728: --Commented out the condition (requested_quantity <> 0)