DBA Data[Home] [Help]

APPS.AMS_CONTCAMPAIGN_PVT dependencies on AMS_REFRESHMETRIC_PVT

Line 1222: AMS_REFRESHMETRIC_PVT.Refresh_Metric (

1218: CLOSE c_trigger_checks ;
1219:
1220: IF l_trigger_checks.CHK1_TYPE = 'METRIC'
1221: THEN
1222: AMS_REFRESHMETRIC_PVT.Refresh_Metric (
1223: p_api_version => p_api_version,
1224: p_init_msg_list => p_init_msg_list,
1225: p_commit => FND_API.G_FALSE,
1226: x_return_status => l_return_status,

Line 1247: AMS_REFRESHMETRIC_PVT.Refresh_Metric (

1243: IF l_trigger_checks.chk1_arc_source_code_from <> l_trigger_checks.chk2_arc_source_code_from
1244: THEN
1245: IF l_trigger_checks.chk1_source_code_metric_id <> l_trigger_checks.chk2_source_code_metric_id
1246: THEN
1247: AMS_REFRESHMETRIC_PVT.Refresh_Metric (
1248: p_api_version => p_api_version,
1249: p_init_msg_list => p_init_msg_list,
1250: p_commit => FND_API.G_FALSE,
1251: x_return_status => l_return_status,