DBA Data[Home] [Help]

APPS.AMS_DELIVERABLE_PVT dependencies on AMS_REFRESHMETRIC_PVT

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

699:
700:
701: -- attach seeded metrics
702: IF (AMS_DEBUG_HIGH_ON) THEN
703: AMS_Utility_PVT.debug_message('calling AMS_RefreshMetric_PVT.copy_seeded_metric');
704: END IF;
705:
706: AMS_RefreshMetric_PVT.copy_seeded_metric(
707: p_api_version => 1.0,

Line 706: AMS_RefreshMetric_PVT.copy_seeded_metric(

702: IF (AMS_DEBUG_HIGH_ON) THEN
703: AMS_Utility_PVT.debug_message('calling AMS_RefreshMetric_PVT.copy_seeded_metric');
704: END IF;
705:
706: AMS_RefreshMetric_PVT.copy_seeded_metric(
707: p_api_version => 1.0,
708: x_return_status => l_return_status,
709: x_msg_count => x_msg_count,
710: x_msg_data => x_msg_data,