DBA Data[Home] [Help]

APPS.INVPOPIF dependencies on MTL_ITEM_TEMPLATES_VL

Line 481: FROM mtl_item_templates_vl

477:
478: update MTL_ITEM_REVISIONS_INTERFACE MIRI
479: set miri.template_id =
480: ( select template_id
481: FROM mtl_item_templates_vl
482: WHERE template_name = miri.template_name
483: )
484: where miri.template_id IS NULL
485: and miri.template_name IS NOT NULL