DBA Data[Home] [Help]

APPS.AMS_METRIC_PVT dependencies on AMS_METRIC_FORMULAS

Line 1109: delete from ams_metric_formulas

1105: RAISE FND_API.g_exc_error;
1106: END IF;
1107:
1108: -- 02-SEP-2003: dmvincen - formula metrics support.
1109: delete from ams_metric_formulas
1110: where metric_id = p_metric_id;
1111: -- No need to check if not found.
1112:
1113: --