DBA Data[Home] [Help]

APPS.EAM_MTL_TXN_PROCESS dependencies on MTL_SYSTEM_ITEMS_B_KFV

Line 120: from mtl_system_items_b_kfv

116: /* Finding out Item ID from Name */
117: if(p_item_id IS NULL and p_item IS NOT NULL) then
118: begin
119: select inventory_item_id into p_item_id
120: from mtl_system_items_b_kfv
121: where
122: concatenated_segments = p_item
123: and organization_id = p_org_id;
124: exception