DBA Data[Home] [Help]

APPS.INVPUOPI dependencies on MTL_ITEM_TEMPLATES

Line 869: from mtl_item_templates

865: IS
866: BEGIN
867: select template_id
868: into templ_id
869: from mtl_item_templates
870: where template_name = templ_name;
871:
872: return(0);
873: