DBA Data[Home] [Help]

APPS.AMS_DELIVERABLE_PVT dependencies on AMS_REFRESHMETRIC_PVT

Line 690: AMS_Utility_PVT.debug_message('calling AMS_RefreshMetric_PVT.copy_seeded_metric');

686:
687:
688: -- attach seeded metrics
689: IF (AMS_DEBUG_HIGH_ON) THEN
690: AMS_Utility_PVT.debug_message('calling AMS_RefreshMetric_PVT.copy_seeded_metric');
691: END IF;
692:
693: AMS_RefreshMetric_PVT.copy_seeded_metric(
694: p_api_version => 1.0,

Line 693: AMS_RefreshMetric_PVT.copy_seeded_metric(

689: IF (AMS_DEBUG_HIGH_ON) THEN
690: AMS_Utility_PVT.debug_message('calling AMS_RefreshMetric_PVT.copy_seeded_metric');
691: END IF;
692:
693: AMS_RefreshMetric_PVT.copy_seeded_metric(
694: p_api_version => 1.0,
695: x_return_status => l_return_status,
696: x_msg_count => x_msg_count,
697: x_msg_data => x_msg_data,