DBA Data[Home] [Help]

APPS.AMS_CONTCAMPAIGN_PVT dependencies on AMS_TRIGGER_ACTIONS

Line 1160: FROM ams_trigger_Actions

1156: WHERE activity_metric_id = l_act_met_id ;
1157:
1158: CURSOR c_trigger_Actions_det (l_my_trigger_id NUMBER) IS
1159: SELECT action_for_id
1160: FROM ams_trigger_Actions
1161: WHERE execute_Action_type = 'NOTIFY'
1162: AND trigger_id = l_my_trigger_id;
1163:
1164: l_notified_user NUMBER;