DBA Data[Home] [Help]

APPS.AMS_METRIC_PVT dependencies on AMS_METRIC_FORMULAS

Line 1116: delete from ams_metric_formulas

1112: RAISE FND_API.g_exc_error;
1113: END IF;
1114:
1115: -- 02-SEP-2003: dmvincen - formula metrics support.
1116: delete from ams_metric_formulas
1117: where metric_id = p_metric_id;
1118: -- No need to check if not found.
1119:
1120: --