DBA Data[Home] [Help]

APPS.INVPUOPI dependencies on MTL_ITEM_TEMPLATES

Line 888: from mtl_item_templates

884: IS
885: BEGIN
886: select template_id
887: into templ_id
888: from mtl_item_templates
889: where template_name = templ_name;
890:
891: return(0);
892: