DBA Data[Home] [Help]

APPS.WMS_UCC_128_PVT dependencies on MTL_SYSTEM_ITEMS_KFV

Line 96: mtl_system_items_kfv msi

92:
93: SELECT msi.concatenated_segments, mx.uom_code, mr.revision
94: INTO x_concatenated_segments, x_uom_code, x_revision
95: FROM MTL_CROSS_REFERENCES mx, MTL_ITEM_REVISIONS_B mr,
96: mtl_system_items_kfv msi
97: WHERE mx.organization_id = mr.organization_id(+)
98: and mx.inventory_item_id = mr.inventory_item_id(+)
99: and mx.revision_id = mr.revision_id(+)
100: and mx.cross_reference_type = g_gtin_cross_ref_type