DBA Data[Home] [Help]

APPS.EGO_ITEM_AML_PUB dependencies on MTL_SYSTEM_ITEMS_KFV

Line 975: FROM mtl_system_items_kfv

971: IF p_inventory_item_id IS NOT NULL THEN
972: -- get concatenated segments
973: SELECT concatenated_segments
974: INTO x_item_number
975: FROM mtl_system_items_kfv
976: WHERE inventory_item_id = p_inventory_item_id
977: AND organization_id = p_organization_id;
978: END IF;
979: IF p_organization_id IS NOT NULL THEN