DBA Data[Home] [Help]

APPS.AMS_PROD_TEMPLATE_PVT dependencies on AMS_TEMPL_RESPONSIBILITY

Line 701: DELETE FROM ams_templ_responsibility

697:
698: DELETE FROM ams_prod_template_attr
699: WHERE template_id = p_template_id;
700:
701: DELETE FROM ams_templ_responsibility
702: WHERE template_id = p_template_id;
703:
704: --
705: -- End of API body