DBA Data[Home] [Help]

APPS.INVPOPIF dependencies on MTL_ITEM_TEMPLATES_VL

Line 376: FROM mtl_item_templates_vl

372:
373: update MTL_ITEM_REVISIONS_INTERFACE MIRI
374: set miri.template_id =
375: ( select template_id
376: FROM mtl_item_templates_vl
377: WHERE template_name = miri.template_name
378: )
379: where miri.template_id IS NULL
380: and miri.template_name IS NOT NULL