DBA Data[Home] [Help]

APPS.AMS_METRIC_PVT dependencies on JTF_PLSQL_API

Line 284: p_validation_mode IN VARCHAR2 := JTF_PLSQL_API.g_create,

280: -- End of comments
281:
282: PROCEDURE Validate_Metric_items(
283: p_metric_rec IN metric_rec_type,
284: p_validation_mode IN VARCHAR2 := JTF_PLSQL_API.g_create,
285: x_return_status OUT NOCOPY VARCHAR2
286: ) ;
287:
288: -- Start of comments