DBA Data[Home] [Help]

APPS.OKS_IB_UTIL_PVT dependencies on MTL_SYSTEM_ITEMS_TL

Line 1932: FROM mtl_system_items_b_kfv b, mtl_system_items_tl t

1928: CURSOR l_inv_csr (p_product_item NUMBER)
1929: IS
1930: SELECT t.description NAME,
1931: b.concatenated_segments description
1932: FROM mtl_system_items_b_kfv b, mtl_system_items_tl t
1933: WHERE b.inventory_item_id = t.inventory_item_id
1934: AND b.organization_id = t.organization_id
1935: AND t.LANGUAGE = USERENV ('LANG')
1936: AND b.inventory_item_id = p_product_item