DBA Data[Home] [Help]

APPS.INV_MEANING_SEL dependencies on MTL_ITEM_REVISIONS_TL

Line 414: from mtl_item_revisions_tl

410: temp varchar2(240);
411: begin
412: select description
413: into temp
414: from mtl_item_revisions_tl
415: where INVENTORY_ITEM_ID = Item_Id
416: and ORGANIZATION_ID = Org_Id
417: and REVISION_ID = Rev_Id
418: and LANGUAGE = userenv('LANG');